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: #d7c7e5;
}
.color-2 {
color: #a99bc5;
}
.color-3 {
color: #8a6d9c;
}
.color-4 {
color: #6e4f8c;
}
.color-5 {
color: #4d296a;
}

/* CSS Variables */
:root {
--color-1: #d7c7e5;
--color-2: #a99bc5;
--color-3: #8a6d9c;
--color-4: #6e4f8c;
--color-5: #4d296a;
}

Lavender Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d7c7e5, #a99bc5, #8a6d9c, #6e4f8c, #4d296a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d7c7e5, #a99bc5, #8a6d9c, #6e4f8c, #4d296a);
}

Lavender Shades color palette created on .