Weird Lavender Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Weird Lavender palette

Share this palette to:

Weird Lavender color palette CSS

/* CSS */
.color-1 {
color: #6a5e8d;
}
.color-2 {
color: #9c8ca1;
}
.color-3 {
color: #c1c6b8;
}
.color-4 {
color: #f4e6b4;
}
.color-5 {
color: #f9ceb4;
}

/* CSS Variables */
:root {
--color-1: #6a5e8d;
--color-2: #9c8ca1;
--color-3: #c1c6b8;
--color-4: #f4e6b4;
--color-5: #f9ceb4;
}

Weird Lavender background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a5e8d, #9c8ca1, #c1c6b8, #f4e6b4, #f9ceb4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a5e8d, #9c8ca1, #c1c6b8, #f4e6b4, #f9ceb4);
}

Weird Lavender color palette created on .