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: #4b7d2b;
}
.color-2 {
color: #69bf4a;
}
.color-3 {
color: #90dc6f;
}
.color-4 {
color: #b1e59e;
}
.color-5 {
color: #e1f3d8;
}

/* CSS Variables */
:root {
--color-1: #4b7d2b;
--color-2: #69bf4a;
--color-3: #90dc6f;
--color-4: #b1e59e;
--color-5: #e1f3d8;
}

Enchanted Grove background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b7d2b, #69bf4a, #90dc6f, #b1e59e, #e1f3d8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b7d2b, #69bf4a, #90dc6f, #b1e59e, #e1f3d8);
}

Enchanted Grove color palette created on .