Shades of Lavender Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Shades of Lavender palette

Share this palette to:

Download Shades of Lavender Color Palette (PNG)

Download shades of lavender color palette PNG image (landscape)
Download shades of lavender color palette PNG image (square)

Shades of Lavender color palette CSS

/* CSS */
.color-1 {
color: #dac7e1;
}
.color-2 {
color: #b79ad0;
}
.color-3 {
color: #9e7ac2;
}
.color-4 {
color: #7f5b9f;
}
.color-5 {
color: #5d3a73;
}

/* CSS Variables */
:root {
--color-1: #dac7e1;
--color-2: #b79ad0;
--color-3: #9e7ac2;
--color-4: #7f5b9f;
--color-5: #5d3a73;
}

Shades of Lavender background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dac7e1, #b79ad0, #9e7ac2, #7f5b9f, #5d3a73);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dac7e1, #b79ad0, #9e7ac2, #7f5b9f, #5d3a73);
}

Shades of Lavender color palette created on .