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: #7b4f8c;
}
.color-2 {
color: #a77ccb;
}
.color-3 {
color: #d0a2d7;
}
.color-4 {
color: #f1c6e0;
}
.color-5 {
color: #f5e5e9;
}

/* CSS Variables */
:root {
--color-1: #7b4f8c;
--color-2: #a77ccb;
--color-3: #d0a2d7;
--color-4: #f1c6e0;
--color-5: #f5e5e9;
}

Whispers of Lavender background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7b4f8c, #a77ccb, #d0a2d7, #f1c6e0, #f5e5e9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7b4f8c, #a77ccb, #d0a2d7, #f1c6e0, #f5e5e9);
}

Whispers of Lavender color palette created on .