Whispering Meadow Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispering Meadow palette
Color Inspiration
Images that showcase this color palette in real designs
Download Whispering Meadow Color Palette (PNG)
Whispering Meadow color palette CSS
/* CSS */
.color-1 {
color: #dae3ca;
}
.color-2 {
color: #b6caa5;
}
.color-3 {
color: #89a66e;
}
.color-4 {
color: #5b7939;
}
.color-5 {
color: #3a5d2d;
}
/* CSS Variables */
:root {
--color-1: #dae3ca;
--color-2: #b6caa5;
--color-3: #89a66e;
--color-4: #5b7939;
--color-5: #3a5d2d;
}
Whispering Meadow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dae3ca, #b6caa5, #89a66e, #5b7939, #3a5d2d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dae3ca, #b6caa5, #89a66e, #5b7939, #3a5d2d);
}
Similar color palettes
Whispering Meadow color palette created on .