Lavender Shades Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Lavender Shades palette
Lavender Shades color palette CSS
/* CSS */
.color-1 {
color: #e2c1e2;
}
.color-2 {
color: #d69fd6;
}
.color-3 {
color: #b48db4;
}
.color-4 {
color: #a37b89;
}
.color-5 {
color: #b5a34a;
}
/* CSS Variables */
:root {
--color-1: #e2c1e2;
--color-2: #d69fd6;
--color-3: #b48db4;
--color-4: #a37b89;
--color-5: #b5a34a;
}
Lavender Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2c1e2, #d69fd6, #b48db4, #a37b89, #b5a34a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2c1e2, #d69fd6, #b48db4, #a37b89, #b5a34a);
}
Similar color palettes
Lavender Shades color palette created on .