Whispering Greenery Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispering Greenery palette
Whispering Greenery color palette CSS
/* CSS */
.color-1 {
color: #4e684a;
}
.color-2 {
color: #799a79;
}
.color-3 {
color: #a2c3a3;
}
.color-4 {
color: #c9e2b1;
}
.color-5 {
color: #e0f3d3;
}
/* CSS Variables */
:root {
--color-1: #4e684a;
--color-2: #799a79;
--color-3: #a2c3a3;
--color-4: #c9e2b1;
--color-5: #e0f3d3;
}
Whispering Greenery background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4e684a, #799a79, #a2c3a3, #c9e2b1, #e0f3d3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4e684a, #799a79, #a2c3a3, #c9e2b1, #e0f3d3);
}
Similar color palettes
Scroll down to explore 100+ Forest color palettes
Whispering Greenery color palette created on .