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: #ffffff;
}
.color-2 {
color: #fcfdfc;
}
.color-3 {
color: #fafaf9;
}
.color-4 {
color: #e4e7de;
}
.color-5 {
color: #c0cfb4;
}
/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #fcfdfc;
--color-3: #fafaf9;
--color-4: #e4e7de;
--color-5: #c0cfb4;
}
Whispering Meadow Hues background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #fcfdfc, #fafaf9, #e4e7de, #c0cfb4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #fcfdfc, #fafaf9, #e4e7de, #c0cfb4);
}
Similar color palettes
Scroll down to explore 50+ White color palettes
Whispering Meadow Hues color palette created on .