Back to gradients
#56AB2F
Light
#A8E063
Dark

CSS Code

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

Crimson Tide 14

RADIAL CIRCLE
1,631 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 Green #56AB2F at the start to Lime #A8E063 at the end. Both ends are cool tones, so the blend reads as calm, fresh and modern.

The colours

The gradient is built from Green (#56AB2F), Lime (#A8E063). Green is a balanced mid-tone that works well for primary surfaces and UI elements. Lime is a vivid, saturated tone that draws the eye — best for accents and highlights.

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 Lime end.

Frequently asked questions

How do I use this gradient in CSS?

Copy the radial-gradient(circle, #56AB2F 0%, #A8E063 100%) value and apply it to any element with the background property, for example: background: radial-gradient(circle, #56AB2F 0%, #A8E063 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 (#56AB2F and #A8E063) 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!