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: #a8e6ce;
}
.color-2 {
color: #d5e8d4;
}
.color-3 {
color: #b2e0b2;
}
.color-4 {
color: #7ebe7e;
}
.color-5 {
color: #5daa5a;
}
/* CSS Variables */
:root {
--color-1: #a8e6ce;
--color-2: #d5e8d4;
--color-3: #b2e0b2;
--color-4: #7ebe7e;
--color-5: #5daa5a;
}
Whispering Meadow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8e6ce, #d5e8d4, #b2e0b2, #7ebe7e, #5daa5a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8e6ce, #d5e8d4, #b2e0b2, #7ebe7e, #5daa5a);
}
Similar color palettes
Whispering Meadow color palette created on .