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