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 PNG image

Download enchanted grove color palette PNG image (landscape)
Download enchanted grove color palette PNG image (square)

Enchanted Grove color palette CSS

/* CSS */
.color-1 {
color: #6b8f24;
}
.color-2 {
color: #7ebe7e;
}
.color-3 {
color: #a1d59f;
}
.color-4 {
color: #d4e1b2;
}
.color-5 {
color: #f0e78e;
}

/* CSS Variables */
:root {
--color-1: #6b8f24;
--color-2: #7ebe7e;
--color-3: #a1d59f;
--color-4: #d4e1b2;
--color-5: #f0e78e;
}

Enchanted Grove background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6b8f24, #7ebe7e, #a1d59f, #d4e1b2, #f0e78e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6b8f24, #7ebe7e, #a1d59f, #d4e1b2, #f0e78e);
}

Enchanted Grove color palette created on .