Whispers of a Forest Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispers of a Forest palette
Whispers of a Forest color palette CSS
/* CSS */
.color-1 {
color: #d8eb84;
}
.color-2 {
color: #89a271;
}
.color-3 {
color: #496e5d;
}
.color-4 {
color: #68414d;
}
.color-5 {
color: #344d2e;
}
/* CSS Variables */
:root {
--color-1: #d8eb84;
--color-2: #89a271;
--color-3: #496e5d;
--color-4: #68414d;
--color-5: #344d2e;
}
Whispers of a Forest background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8eb84, #89a271, #496e5d, #68414d, #344d2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8eb84, #89a271, #496e5d, #68414d, #344d2e);
}
Similar color palettes
Scroll down to explore 2 Light green color palettes
Whispers of a Forest color palette created on .