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