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 PNG image

Download whispering meadows color palette PNG image (landscape)
Download whispering meadows color palette PNG image (square)

Whispering Meadows color palette CSS

/* CSS */
.color-1 {
color: #a7c8b9;
}
.color-2 {
color: #b4d9c8;
}
.color-3 {
color: #d3eedc;
}
.color-4 {
color: #e7f5e0;
}
.color-5 {
color: #f6f8f1;
}

/* CSS Variables */
:root {
--color-1: #a7c8b9;
--color-2: #b4d9c8;
--color-3: #d3eedc;
--color-4: #e7f5e0;
--color-5: #f6f8f1;
}

Whispering Meadows background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7c8b9, #b4d9c8, #d3eedc, #e7f5e0, #f6f8f1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7c8b9, #b4d9c8, #d3eedc, #e7f5e0, #f6f8f1);
}

Whispering Meadows color palette created on .