Whispers of Spring Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispers of Spring palette

Share this palette to:

Whispers of Spring color palette CSS

/* CSS */
.color-1 {
color: #b2b8a3;
}
.color-2 {
color: #d8e3ca;
}
.color-3 {
color: #e4f1e6;
}
.color-4 {
color: #f6f9d7;
}
.color-5 {
color: #f1e1b1;
}

/* CSS Variables */
:root {
--color-1: #b2b8a3;
--color-2: #d8e3ca;
--color-3: #e4f1e6;
--color-4: #f6f9d7;
--color-5: #f1e1b1;
}

Whispers of Spring background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b2b8a3, #d8e3ca, #e4f1e6, #f6f9d7, #f1e1b1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b2b8a3, #d8e3ca, #e4f1e6, #f6f9d7, #f1e1b1);
}

Whispers of Spring color palette created on .