Whispers of Lavender Sky Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispers of Lavender Sky palette
Whispers of Lavender Sky color palette CSS
/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #e8e0ff;
}
.color-3 {
color: #c7cdff;
}
.color-4 {
color: #a8abff;
}
.color-5 {
color: #7578ff;
}
/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #e8e0ff;
--color-3: #c7cdff;
--color-4: #a8abff;
--color-5: #7578ff;
}
Whispers of Lavender Sky background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #e8e0ff, #c7cdff, #a8abff, #7578ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #e8e0ff, #c7cdff, #a8abff, #7578ff);
}
Similar color palettes
Whispers of Lavender Sky color palette created on .