Enchanted Forest Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Enchanted Forest palette

Share this palette to:

Download Enchanted Forest Color Palette (PNG)

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

Enchanted Forest color palette CSS

/* CSS */
.color-1 {
color: #4b7d2b;
}
.color-2 {
color: #60ae4c;
}
.color-3 {
color: #81dc7a;
}
.color-4 {
color: #b4e7a2;
}
.color-5 {
color: #e1f6b1;
}

/* CSS Variables */
:root {
--color-1: #4b7d2b;
--color-2: #60ae4c;
--color-3: #81dc7a;
--color-4: #b4e7a2;
--color-5: #e1f6b1;
}

Enchanted Forest background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b7d2b, #60ae4c, #81dc7a, #b4e7a2, #e1f6b1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b7d2b, #60ae4c, #81dc7a, #b4e7a2, #e1f6b1);
}

Enchanted Forest color palette created on .