Whispering Meadow Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispering Meadow palette

Share this palette to:

Whispering Meadow color palette CSS

/* CSS */
.color-1 {
color: #a9d0c5;
}
.color-2 {
color: #bae3c7;
}
.color-3 {
color: #c3e4d7;
}
.color-4 {
color: #d5e7e1;
}
.color-5 {
color: #e9f1ee;
}

/* CSS Variables */
:root {
--color-1: #a9d0c5;
--color-2: #bae3c7;
--color-3: #c3e4d7;
--color-4: #d5e7e1;
--color-5: #e9f1ee;
}

Whispering Meadow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9d0c5, #bae3c7, #c3e4d7, #d5e7e1, #e9f1ee);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9d0c5, #bae3c7, #c3e4d7, #d5e7e1, #e9f1ee);
}

Whispering Meadow color palette created on .