Whispering Forest Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispering Forest palette
Whispering Forest color palette CSS
/* CSS */
.color-1 {
color: #a3d55d;
}
.color-2 {
color: #b8e2a1;
}
.color-3 {
color: #c4e8b0;
}
.color-4 {
color: #d8f0c1;
}
.color-5 {
color: #e5f9d7;
}
/* CSS Variables */
:root {
--color-1: #a3d55d;
--color-2: #b8e2a1;
--color-3: #c4e8b0;
--color-4: #d8f0c1;
--color-5: #e5f9d7;
}
Whispering Forest background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d55d, #b8e2a1, #c4e8b0, #d8f0c1, #e5f9d7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d55d, #b8e2a1, #c4e8b0, #d8f0c1, #e5f9d7);
}
Similar color palettes
Scroll down to explore 500+ Green color palettes
Whispering Forest color palette created on .