Back to gradients
#B7F8DB
Light
#50A7C2
Dark

CSS Code

background: radial-gradient(circle, #B7F8DB 0%, #50A7C2 100%);

Winter Frost 50

RADIAL CIRCLE
4,879 Views

Copy & Download

About this gradient

This is a radial CSS gradient that blends two colours. The colour transitions outward from the centre in smooth concentric rings, moving from Light Green #B7F8DB at the start to Teal #50A7C2 at the end. Both ends are cool tones, so the blend reads as calm, fresh and modern.

The colours

The gradient is built from Light Green (#B7F8DB), Teal (#50A7C2). Light Green is a light, airy tone — ideal for backgrounds and subtle fills. Teal is a balanced mid-tone that works well for primary surfaces and UI elements.

Where to use it

Radial gradients like this one work well as spotlight backgrounds, soft card glows, button hovers and hero backdrops where you want attention drawn toward a central focal point. Apply it to a full-width section for a subtle depth effect, or to a smaller element for a glowing accent.

Text & accessibility

The colours are close in tone, so this gradient works best as a decorative background rather than behind small text. If you do place text over it, use a solid overlay or pick text colour that clears the 4.5:1 WCAG contrast ratio against the Teal end.

Frequently asked questions

How do I use this gradient in CSS?

Copy the radial-gradient(circle, #B7F8DB 0%, #50A7C2 100%) value and apply it to any element with the background property, for example: background: radial-gradient(circle, #B7F8DB 0%, #50A7C2 100%);

Is this a linear or radial gradient?

It is a radial gradient — the colour radiates outward from a central point in concentric rings, which suits circular highlights, spotlights and soft backdrops.

Can I change the colours or direction?

Yes. The two hex stops (#B7F8DB and #50A7C2) and the shape can be edited directly in the CSS to fine-tune the blend for your own design.

Related Gradients

radial-gradient(circle, #43E97B 0%, #38F9D7 100%)

Ripple 34

radial
radial-gradient(circle, #6A9113 0%, #141517 100%)

Twilight 28

radial
radial-gradient(circle, #1D976C 0%, #93F9B9 100%)

Aurora 43

radial
radial-gradient(circle, #11998E 0%, #38EF7D 100%)

Arctic Ice 2

radial
radial-gradient(circle, #B7F8DB 0%, #50A7C2 100%)

Shadow Play 20

radial
radial-gradient(circle, #11998E 0%, #38EF7D 100%)

Sunrise 32

radial
radial-gradient(circle, #6A9113 0%, #141517 100%)

Candy Pop 38

radial
radial-gradient(circle, #43E97B 0%, #38F9D7 100%)

Ocean Wave 4

radial
radial-gradient(circle, #00F260 0%, #0575E6 100%)

Arctic Ice 49

radial
radial-gradient(circle, #56AB2F 0%, #A8E063 100%)

Autumn Fire 4

radial
radial-gradient(circle, #B8CDB0 0%, #DDE8C0 100%)

Chroma Flow 18

radial
radial-gradient(circle, #AAFFA9 0%, #11FFBD 100%)

Rose Petal 9

radial
radial-gradient(circle, #6A9113 0%, #141517 100%)

Cosmic Ray 8

radial
radial-gradient(circle, #56AB2F 0%, #A8E063 100%)

Arctic Ice 34

radial
radial-gradient(circle, #AAFFA9 0%, #11FFBD 100%)

Nebula 39

radial
radial-gradient(circle, #B7F8DB 0%, #50A7C2 100%)

Ripple 40

radial
radial-gradient(circle, #6A9113 0%, #141517 100%)

Cosmic Ray 8

radial
radial-gradient(circle, #B8CDB0 0%, #DDE8C0 100%)

Ripple 28

radial
radial-gradient(circle, #43E97B 0%, #38F9D7 100%)

Shadow Play 14

radial
radial-gradient(circle, #AAFFA9 0%, #11FFBD 100%)

Color Drift 9

radial
radial-gradient(circle, #C6FFDD 0%, #F7797D 50%, #FBD786 100%)

Forest Mist 31

radial
radial-gradient(circle, #C6FFDD 0%, #F7797D 50%, #FBD786 100%)

Mint Breeze 31

radial
radial-gradient(circle, #56AB2F 0%, #A8E063 100%)

Crimson Tide 14

radial
radial-gradient(circle, #D4FC79 0%, #96E6A1 100%)

Moon Glow 3

radial
Copied!