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: #efeedc;
}
.color-2 {
color: #d5e2c5;
}
.color-3 {
color: #b3d0a4;
}
.color-4 {
color: #9ec7e0;
}
.color-5 {
color: #f4b7a9;
}
/* CSS Variables */
:root {
--color-1: #efeedc;
--color-2: #d5e2c5;
--color-3: #b3d0a4;
--color-4: #9ec7e0;
--color-5: #f4b7a9;
}
Whispers of Spring background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #efeedc, #d5e2c5, #b3d0a4, #9ec7e0, #f4b7a9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #efeedc, #d5e2c5, #b3d0a4, #9ec7e0, #f4b7a9);
}
Similar color palettes
Whispers of Spring color palette created on .