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: #ffffff;
}
.color-2 {
color: #fcfcfc;
}
.color-3 {
color: #f5f1f0;
}
.color-4 {
color: #d8ddd5;
}
.color-5 {
color: #85fb0e;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #fcfcfc;
--color-3: #f5f1f0;
--color-4: #d8ddd5;
--color-5: #85fb0e;
}

Whispers of Spring background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #fcfcfc, #f5f1f0, #d8ddd5, #85fb0e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #fcfcfc, #f5f1f0, #d8ddd5, #85fb0e);
}

Whispers of Spring color palette created on .