Lavender Shades Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Lavender Shades palette
Color Inspiration
Images that showcase this color palette in real designs
Download Lavender Shades Color Palette (PNG)
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);
}
Similar color palettes
Scroll down to explore 80+ Pink color palettes
Lavender Shades color palette created on .