Whispers of Spring Light Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispers of Spring Light palette

Share this palette to:

Whispers of Spring Light color palette CSS

/* CSS */
.color-1 {
color: #eef0f2;
}
.color-2 {
color: #c2d9fa;
}
.color-3 {
color: #cfd3ca;
}
.color-4 {
color: #d7cf89;
}
.color-5 {
color: #e1d037;
}

/* CSS Variables */
:root {
--color-1: #eef0f2;
--color-2: #c2d9fa;
--color-3: #cfd3ca;
--color-4: #d7cf89;
--color-5: #e1d037;
}

Whispers of Spring Light background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eef0f2, #c2d9fa, #cfd3ca, #d7cf89, #e1d037);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eef0f2, #c2d9fa, #cfd3ca, #d7cf89, #e1d037);
}

Whispers of Spring Light color palette created on .