Green Magic Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Green Magic palette

Share this palette to:

Green Magic color palette CSS

/* CSS */
.color-1 {
color: #4ea04b;
}
.color-2 {
color: #6dd06e;
}
.color-3 {
color: #9ee0a6;
}
.color-4 {
color: #b3f4c4;
}
.color-5 {
color: #e8f8e8;
}

/* CSS Variables */
:root {
--color-1: #4ea04b;
--color-2: #6dd06e;
--color-3: #9ee0a6;
--color-4: #b3f4c4;
--color-5: #e8f8e8;
}

Green Magic background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4ea04b, #6dd06e, #9ee0a6, #b3f4c4, #e8f8e8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4ea04b, #6dd06e, #9ee0a6, #b3f4c4, #e8f8e8);
}

Green Magic color palette created on .