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: #fcfcf7;
}
.color-3 {
color: #e3fdba;
}
.color-4 {
color: #dce0ef;
}
.color-5 {
color: #c8fc73;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #fcfcf7;
--color-3: #e3fdba;
--color-4: #dce0ef;
--color-5: #c8fc73;
}

Whispers of Spring background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #fcfcf7, #e3fdba, #dce0ef, #c8fc73);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #fcfcf7, #e3fdba, #dce0ef, #c8fc73);
}

Whispers of Spring color palette created on .