Enchanted Forest Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Enchanted Forest palette
Color Inspiration
Images that showcase this color palette in real designs
Download Enchanted Forest Color Palette (PNG)
Enchanted Forest color palette CSS
/* CSS */
.color-1 {
color: #a3d55d;
}
.color-2 {
color: #d6b6e2;
}
.color-3 {
color: #efad7b;
}
.color-4 {
color: #e83b8c;
}
.color-5 {
color: #4f2c90;
}
/* CSS Variables */
:root {
--color-1: #a3d55d;
--color-2: #d6b6e2;
--color-3: #efad7b;
--color-4: #e83b8c;
--color-5: #4f2c90;
}
Enchanted Forest background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d55d, #d6b6e2, #efad7b, #e83b8c, #4f2c90);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d55d, #d6b6e2, #efad7b, #e83b8c, #4f2c90);
}
Similar color palettes
Enchanted Forest color palette created on .