Whispers of Springtime Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispers of Springtime palette

Share this palette to:

Whispers of Springtime color palette CSS

/* CSS */
.color-1 {
color: #f0f1ef;
}
.color-2 {
color: #c9dcf2;
}
.color-3 {
color: #b9d3f9;
}
.color-4 {
color: #d5d2a4;
}
.color-5 {
color: #e2d13c;
}

/* CSS Variables */
:root {
--color-1: #f0f1ef;
--color-2: #c9dcf2;
--color-3: #b9d3f9;
--color-4: #d5d2a4;
--color-5: #e2d13c;
}

Whispers of Springtime background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0f1ef, #c9dcf2, #b9d3f9, #d5d2a4, #e2d13c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0f1ef, #c9dcf2, #b9d3f9, #d5d2a4, #e2d13c);
}

Similar color palettes

Scroll down to explore 2 Light gray color palettes

Whispers of Springtime color palette created on .