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: #d6a6e7;
}
.color-2 {
color: #a77dcf;
}
.color-3 {
color: #895bbe;
}
.color-4 {
color: #6d4fa1;
}
.color-5 {
color: #4a3e8e;
}
/* CSS Variables */
:root {
--color-1: #d6a6e7;
--color-2: #a77dcf;
--color-3: #895bbe;
--color-4: #6d4fa1;
--color-5: #4a3e8e;
}
Lavender Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6a6e7, #a77dcf, #895bbe, #6d4fa1, #4a3e8e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6a6e7, #a77dcf, #895bbe, #6d4fa1, #4a3e8e);
}
Similar color palettes
Scroll down to explore 900+ Aesthetic color palettes
Lavender Shades color palette created on .