Dull Lavender Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Dull Lavender palette
Dull Lavender color palette PNG image
Dull Lavender color palette CSS
/* CSS */
.color-1 {
color: #c7aeef;
}
.color-2 {
color: #d0b5f2;
}
.color-3 {
color: #edc9f7;
}
.color-4 {
color: #f9d7f1;
}
.color-5 {
color: #fbe0f7;
}
/* CSS Variables */
:root {
--color-1: #c7aeef;
--color-2: #d0b5f2;
--color-3: #edc9f7;
--color-4: #f9d7f1;
--color-5: #fbe0f7;
}
Dull Lavender background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c7aeef, #d0b5f2, #edc9f7, #f9d7f1, #fbe0f7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c7aeef, #d0b5f2, #edc9f7, #f9d7f1, #fbe0f7);
}
Similar color palettes
Dull Lavender color palette created on .