Whispers of Lavender Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispers of Lavender palette

Share this palette to:

Whispers of Lavender color palette CSS

/* CSS */
.color-1 {
color: #e5e5fa;
}
.color-2 {
color: #c6b5e3;
}
.color-3 {
color: #a97bc1;
}
.color-4 {
color: #8d5e9c;
}
.color-5 {
color: #6e4a8c;
}

/* CSS Variables */
:root {
--color-1: #e5e5fa;
--color-2: #c6b5e3;
--color-3: #a97bc1;
--color-4: #8d5e9c;
--color-5: #6e4a8c;
}

Whispers of Lavender background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5e5fa, #c6b5e3, #a97bc1, #8d5e9c, #6e4a8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5e5fa, #c6b5e3, #a97bc1, #8d5e9c, #6e4a8c);
}

Whispers of Lavender color palette created on .