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: #d69fe5;
}
.color-2 {
color: #c28fdc;
}
.color-3 {
color: #a673c4;
}
.color-4 {
color: #7a4da8;
}
.color-5 {
color: #5e3a8d;
}

/* CSS Variables */
:root {
--color-1: #d69fe5;
--color-2: #c28fdc;
--color-3: #a673c4;
--color-4: #7a4da8;
--color-5: #5e3a8d;
}

Shades of Lavender background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d69fe5, #c28fdc, #a673c4, #7a4da8, #5e3a8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d69fe5, #c28fdc, #a673c4, #7a4da8, #5e3a8d);
}

Shades of Lavender color palette created on .