Whispering Meadows Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispering Meadows palette

Share this palette to:

Whispering Meadows color palette CSS

/* CSS */
.color-1 {
color: #c9deb5;
}
.color-2 {
color: #a9baa1;
}
.color-3 {
color: #6d8a8d;
}
.color-4 {
color: #e7b37e;
}
.color-5 {
color: #d86f6f;
}

/* CSS Variables */
:root {
--color-1: #c9deb5;
--color-2: #a9baa1;
--color-3: #6d8a8d;
--color-4: #e7b37e;
--color-5: #d86f6f;
}

Whispering Meadows background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c9deb5, #a9baa1, #6d8a8d, #e7b37e, #d86f6f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c9deb5, #a9baa1, #6d8a8d, #e7b37e, #d86f6f);
}

Whispering Meadows color palette created on .