Whispers of Lavender Skies Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispers of Lavender Skies palette
Whispers of Lavender Skies color palette CSS
/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #e2e5f3;
}
.color-3 {
color: #ddc5e2;
}
.color-4 {
color: #d4a5c1;
}
.color-5 {
color: #a5a7e3;
}
/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #e2e5f3;
--color-3: #ddc5e2;
--color-4: #d4a5c1;
--color-5: #a5a7e3;
}
Whispers of Lavender Skies background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #e2e5f3, #ddc5e2, #d4a5c1, #a5a7e3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #e2e5f3, #ddc5e2, #d4a5c1, #a5a7e3);
}
Similar color palettes
Scroll down to explore 1 White color palette
Whispers of Lavender Skies color palette created on .