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: #ffffff;
}
.color-2 {
color: #f1f7d9;
}
.color-3 {
color: #e0f4b8;
}
.color-4 {
color: #c2e9a5;
}
.color-5 {
color: #a2d4a0;
}
/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #f1f7d9;
--color-3: #e0f4b8;
--color-4: #c2e9a5;
--color-5: #a2d4a0;
}
Whispering Meadows background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #f1f7d9, #e0f4b8, #c2e9a5, #a2d4a0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #f1f7d9, #e0f4b8, #c2e9a5, #a2d4a0);
}
Similar color palettes
Whispering Meadows color palette created on .