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: #ffffff;
}
.color-2 {
color: #edeee2;
}
.color-3 {
color: #dfe8bb;
}
.color-4 {
color: #d0df95;
}
.color-5 {
color: #c8db70;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #edeee2;
--color-3: #dfe8bb;
--color-4: #d0df95;
--color-5: #c8db70;
}

Whispers of Spring Light background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #edeee2, #dfe8bb, #d0df95, #c8db70);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #edeee2, #dfe8bb, #d0df95, #c8db70);
}

Similar color palettes

Whispers of Spring Light color palette created on .