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: #d4c2e0;
}
.color-2 {
color: #b6a3d7;
}
.color-3 {
color: #8f81b6;
}
.color-4 {
color: #a57ac2;
}
.color-5 {
color: #bfa4d5;
}

/* CSS Variables */
:root {
--color-1: #d4c2e0;
--color-2: #b6a3d7;
--color-3: #8f81b6;
--color-4: #a57ac2;
--color-5: #bfa4d5;
}

Whispers of Lavender background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4c2e0, #b6a3d7, #8f81b6, #a57ac2, #bfa4d5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4c2e0, #b6a3d7, #8f81b6, #a57ac2, #bfa4d5);
}

Whispers of Lavender color palette created on .