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: #f7f7f7;
}
.color-3 {
color: #dbe4d8;
}
.color-4 {
color: #8bfe20;
}
.color-5 {
color: #b2b3b3;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #f7f7f7;
--color-3: #dbe4d8;
--color-4: #8bfe20;
--color-5: #b2b3b3;
}

Whispers of Spring background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #f7f7f7, #dbe4d8, #8bfe20, #b2b3b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #f7f7f7, #dbe4d8, #8bfe20, #b2b3b3);
}

Similar color palettes

Scroll down to explore 3 White color palettes

Whispers of Spring color palette created on .