Whispering Meadow Hues Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispering Meadow Hues palette
Whispering Meadow Hues color palette CSS
/* CSS */
.color-1 {
color: #f8f8f7;
}
.color-2 {
color: #f1f1ef;
}
.color-3 {
color: #e6e6e5;
}
.color-4 {
color: #d5d7d6;
}
.color-5 {
color: #77b464;
}
/* CSS Variables */
:root {
--color-1: #f8f8f7;
--color-2: #f1f1ef;
--color-3: #e6e6e5;
--color-4: #d5d7d6;
--color-5: #77b464;
}
Whispering Meadow Hues background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8f8f7, #f1f1ef, #e6e6e5, #d5d7d6, #77b464);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8f8f7, #f1f1ef, #e6e6e5, #d5d7d6, #77b464);
}
Similar color palettes
Scroll down to explore 3 White color palettes
Whispering Meadow Hues color palette created on .