Lavender Shades Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Lavender Shades palette

Share this palette to:

Lavender Shades color palette CSS

/* CSS */
.color-1 {
color: #e6b7e3;
}
.color-2 {
color: #d9a1cf;
}
.color-3 {
color: #cea3d1;
}
.color-4 {
color: #c0a3c8;
}
.color-5 {
color: #a27abd;
}

/* CSS Variables */
:root {
--color-1: #e6b7e3;
--color-2: #d9a1cf;
--color-3: #cea3d1;
--color-4: #c0a3c8;
--color-5: #a27abd;
}

Lavender Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6b7e3, #d9a1cf, #cea3d1, #c0a3c8, #a27abd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6b7e3, #d9a1cf, #cea3d1, #c0a3c8, #a27abd);
}

Lavender Shades color palette created on .