Lavender Brew Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Lavender Brew palette

Share this palette to:

Lavender Brew color palette CSS

/* CSS */
.color-1 {
color: #7e4b8b;
}
.color-2 {
color: #a57dba;
}
.color-3 {
color: #d1a6e2;
}
.color-4 {
color: #e5c0f2;
}
.color-5 {
color: #f4e0ff;
}

/* CSS Variables */
:root {
--color-1: #7e4b8b;
--color-2: #a57dba;
--color-3: #d1a6e2;
--color-4: #e5c0f2;
--color-5: #f4e0ff;
}

Lavender Brew background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7e4b8b, #a57dba, #d1a6e2, #e5c0f2, #f4e0ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7e4b8b, #a57dba, #d1a6e2, #e5c0f2, #f4e0ff);
}

Lavender Brew color palette created on .