Lavender Delight Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Lavender Delight palette

Share this palette to:

Lavender Delight color palette CSS

/* CSS */
.color-1 {
color: #a77ccb;
}
.color-2 {
color: #9a6dca;
}
.color-3 {
color: #c6a4d6;
}
.color-4 {
color: #e6b2e6;
}
.color-5 {
color: #f9c7ff;
}

/* CSS Variables */
:root {
--color-1: #a77ccb;
--color-2: #9a6dca;
--color-3: #c6a4d6;
--color-4: #e6b2e6;
--color-5: #f9c7ff;
}

Lavender Delight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a77ccb, #9a6dca, #c6a4d6, #e6b2e6, #f9c7ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a77ccb, #9a6dca, #c6a4d6, #e6b2e6, #f9c7ff);
}

Lavender Delight color palette created on .