Lavender Stars Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Lavender Stars palette

Share this palette to:

Lavender Stars color palette CSS

/* CSS */
.color-1 {
color: #b6acd2;
}
.color-2 {
color: #ada7d2;
}
.color-3 {
color: #928bc1;
}
.color-4 {
color: #6b6ea8;
}
.color-5 {
color: #545a87;
}

/* CSS Variables */
:root {
--color-1: #b6acd2;
--color-2: #ada7d2;
--color-3: #928bc1;
--color-4: #6b6ea8;
--color-5: #545a87;
}

Lavender Stars background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b6acd2, #ada7d2, #928bc1, #6b6ea8, #545a87);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b6acd2, #ada7d2, #928bc1, #6b6ea8, #545a87);
}

Similar color palettes

Scroll down to explore 2 Lavender color palettes

Lavender Stars color palette created on .