Whispering Meadow Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispering Meadow palette
Whispering Meadow color palette CSS
/* CSS */
.color-1 {
color: #f6f7f2;
}
.color-2 {
color: #e5e7d5;
}
.color-3 {
color: #c1d2b1;
}
.color-4 {
color: #a8b59b;
}
.color-5 {
color: #8c9970;
}
/* CSS Variables */
:root {
--color-1: #f6f7f2;
--color-2: #e5e7d5;
--color-3: #c1d2b1;
--color-4: #a8b59b;
--color-5: #8c9970;
}
Whispering Meadow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6f7f2, #e5e7d5, #c1d2b1, #a8b59b, #8c9970);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6f7f2, #e5e7d5, #c1d2b1, #a8b59b, #8c9970);
}
Similar color palettes
Scroll down to explore 100+ Light color palettes
Whispering Meadow color palette created on .