Whispering Grove Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispering Grove palette
Whispering Grove color palette CSS
/* CSS */
.color-1 {
color: #7d9b6f;
}
.color-2 {
color: #a9c7ab;
}
.color-3 {
color: #d2e5c8;
}
.color-4 {
color: #e8f4e1;
}
.color-5 {
color: #f6f8f1;
}
/* CSS Variables */
:root {
--color-1: #7d9b6f;
--color-2: #a9c7ab;
--color-3: #d2e5c8;
--color-4: #e8f4e1;
--color-5: #f6f8f1;
}
Whispering Grove background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7d9b6f, #a9c7ab, #d2e5c8, #e8f4e1, #f6f8f1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7d9b6f, #a9c7ab, #d2e5c8, #e8f4e1, #f6f8f1);
}
Similar color palettes
Whispering Grove color palette created on .