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: #e6eaeb;
}
.color-2 {
color: #c2d9fa;
}
.color-3 {
color: #d5d1a5;
}
.color-4 {
color: #e9d83f;
}
.color-5 {
color: #adc5e6;
}

/* CSS Variables */
:root {
--color-1: #e6eaeb;
--color-2: #c2d9fa;
--color-3: #d5d1a5;
--color-4: #e9d83f;
--color-5: #adc5e6;
}

Whispers of Spring background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6eaeb, #c2d9fa, #d5d1a5, #e9d83f, #adc5e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6eaeb, #c2d9fa, #d5d1a5, #e9d83f, #adc5e6);
}

Whispers of Spring color palette created on .