Whispers of Springtime Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispers of Springtime palette
Image Gallery

Whispers of Springtime color palette CSS
/* CSS */
.color-1 {
color: #fffbe0;
}
.color-2 {
color: #fcf7d9;
}
.color-3 {
color: #fbf7da;
}
.color-4 {
color: #fde7f1;
}
.color-5 {
color: #f7dbd9;
}
/* CSS Variables */
:root {
--color-1: #fffbe0;
--color-2: #fcf7d9;
--color-3: #fbf7da;
--color-4: #fde7f1;
--color-5: #f7dbd9;
}
Whispers of Springtime background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fffbe0, #fcf7d9, #fbf7da, #fde7f1, #f7dbd9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fffbe0, #fcf7d9, #fbf7da, #fde7f1, #f7dbd9);
}
Similar color palettes
Whispers of Springtime color palette created on .