Whispering Meadows Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispering Meadows palette
Whispering Meadows color palette CSS
/* CSS */
.color-1 {
color: #a4daa6;
}
.color-2 {
color: #b6e4af;
}
.color-3 {
color: #e2f4e1;
}
.color-4 {
color: #f6f9f1;
}
.color-5 {
color: #f0e3d6;
}
/* CSS Variables */
:root {
--color-1: #a4daa6;
--color-2: #b6e4af;
--color-3: #e2f4e1;
--color-4: #f6f9f1;
--color-5: #f0e3d6;
}
Whispering Meadows background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4daa6, #b6e4af, #e2f4e1, #f6f9f1, #f0e3d6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4daa6, #b6e4af, #e2f4e1, #f6f9f1, #f0e3d6);
}
Similar color palettes
Scroll down to explore 100+ Aesthetic color palettes
Whispering Meadows color palette created on .