Dull Lavender Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Dull Lavender palette
Color Inspiration
Images that showcase this color palette in real designs
Download Dull Lavender Color Palette (PNG)
Dull Lavender color palette CSS
/* CSS */
.color-1 {
color: #b6a8c7;
}
.color-2 {
color: #c3b1d3;
}
.color-3 {
color: #e1c6e6;
}
.color-4 {
color: #f4d2e8;
}
.color-5 {
color: #f8e2f3;
}
/* CSS Variables */
:root {
--color-1: #b6a8c7;
--color-2: #c3b1d3;
--color-3: #e1c6e6;
--color-4: #f4d2e8;
--color-5: #f8e2f3;
}
Dull Lavender background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b6a8c7, #c3b1d3, #e1c6e6, #f4d2e8, #f8e2f3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b6a8c7, #c3b1d3, #e1c6e6, #f4d2e8, #f8e2f3);
}
Similar color palettes
Dull Lavender color palette created on .