Lavender Shades Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Lavender Shades palette

Share this palette to:

Download Lavender Shades Color Palette (PNG)

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

Lavender Shades color palette CSS

/* CSS */
.color-1 {
color: #e2cce5;
}
.color-2 {
color: #d2b0d4;
}
.color-3 {
color: #cd9dc4;
}
.color-4 {
color: #c68bb7;
}
.color-5 {
color: #b276a6;
}

/* CSS Variables */
:root {
--color-1: #e2cce5;
--color-2: #d2b0d4;
--color-3: #cd9dc4;
--color-4: #c68bb7;
--color-5: #b276a6;
}

Lavender Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2cce5, #d2b0d4, #cd9dc4, #c68bb7, #b276a6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2cce5, #d2b0d4, #cd9dc4, #c68bb7, #b276a6);
}

Lavender Shades color palette created on .