Whispers of Enchanted Forest Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispers of Enchanted Forest palette
Image Gallery

Whispers of Enchanted Forest color palette CSS
/* CSS */
.color-1 {
color: #b0c473;
}
.color-2 {
color: #718e88;
}
.color-3 {
color: #a05a79;
}
.color-4 {
color: #5e6b5b;
}
.color-5 {
color: #992e4e;
}
/* CSS Variables */
:root {
--color-1: #b0c473;
--color-2: #718e88;
--color-3: #a05a79;
--color-4: #5e6b5b;
--color-5: #992e4e;
}
Whispers of Enchanted Forest background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b0c473, #718e88, #a05a79, #5e6b5b, #992e4e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b0c473, #718e88, #a05a79, #5e6b5b, #992e4e);
}
Similar color palettes
Whispers of Enchanted Forest color palette created on .