Whispers of Spring Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispers of Spring palette
Whispers of Spring color palette CSS
/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #f8fcf8;
}
.color-3 {
color: #eff6ef;
}
.color-4 {
color: #e1eae1;
}
.color-5 {
color: #cee0cd;
}
/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #f8fcf8;
--color-3: #eff6ef;
--color-4: #e1eae1;
--color-5: #cee0cd;
}
Whispers of Spring background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #f8fcf8, #eff6ef, #e1eae1, #cee0cd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #f8fcf8, #eff6ef, #e1eae1, #cee0cd);
}
Similar color palettes
Scroll down to explore 1 Soft white color palette
Whispers of Spring color palette created on .