Emerald Grove Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Emerald Grove palette

Share this palette to:

Emerald Grove color palette CSS

/* CSS */
.color-1 {
color: #6ebf6e;
}
.color-2 {
color: #4cae4f;
}
.color-3 {
color: #3e8e41;
}
.color-4 {
color: #2a6a2d;
}
.color-5 {
color: #1b4d19;
}

/* CSS Variables */
:root {
--color-1: #6ebf6e;
--color-2: #4cae4f;
--color-3: #3e8e41;
--color-4: #2a6a2d;
--color-5: #1b4d19;
}

Emerald Grove background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6ebf6e, #4cae4f, #3e8e41, #2a6a2d, #1b4d19);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6ebf6e, #4cae4f, #3e8e41, #2a6a2d, #1b4d19);
}

Emerald Grove color palette created on .