Enchanted Grove Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Enchanted Grove palette

Share this palette to:

Enchanted Grove color palette CSS

/* CSS */
.color-1 {
color: #1e8f5a;
}
.color-2 {
color: #54b67b;
}
.color-3 {
color: #77d4a1;
}
.color-4 {
color: #a3e6b3;
}
.color-5 {
color: #d2f4d7;
}

/* CSS Variables */
:root {
--color-1: #1e8f5a;
--color-2: #54b67b;
--color-3: #77d4a1;
--color-4: #a3e6b3;
--color-5: #d2f4d7;
}

Enchanted Grove background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e8f5a, #54b67b, #77d4a1, #a3e6b3, #d2f4d7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e8f5a, #54b67b, #77d4a1, #a3e6b3, #d2f4d7);
}

Enchanted Grove color palette created on .