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