Shades of Lavender Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Shades of Lavender palette

Share this palette to:

Shades of Lavender color palette CSS

/* CSS */
.color-1 {
color: #d4c8e0;
}
.color-2 {
color: #b9a3d2;
}
.color-3 {
color: #a66abe;
}
.color-4 {
color: #5d3e8e;
}
.color-5 {
color: #3c2b6e;
}

/* CSS Variables */
:root {
--color-1: #d4c8e0;
--color-2: #b9a3d2;
--color-3: #a66abe;
--color-4: #5d3e8e;
--color-5: #3c2b6e;
}

Shades of Lavender background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4c8e0, #b9a3d2, #a66abe, #5d3e8e, #3c2b6e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4c8e0, #b9a3d2, #a66abe, #5d3e8e, #3c2b6e);
}

Shades of Lavender color palette created on .