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: #f0e78e;
}
.color-2 {
color: #f5cbb2;
}
.color-3 {
color: #f7a1be;
}
.color-4 {
color: #c682d3;
}
.color-5 {
color: #8e98e1;
}

/* CSS Variables */
:root {
--color-1: #f0e78e;
--color-2: #f5cbb2;
--color-3: #f7a1be;
--color-4: #c682d3;
--color-5: #8e98e1;
}

Whispers of Spring background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e78e, #f5cbb2, #f7a1be, #c682d3, #8e98e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e78e, #f5cbb2, #f7a1be, #c682d3, #8e98e1);
}

Whispers of Spring color palette created on .