Dawn of Lavender Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dawn of Lavender palette

Share this palette to:

Dawn of Lavender color palette CSS

/* CSS */
.color-1 {
color: #4c3d7b;
}
.color-2 {
color: #695e9c;
}
.color-3 {
color: #9c80c6;
}
.color-4 {
color: #d1a8e6;
}
.color-5 {
color: #f5d1df;
}

/* CSS Variables */
:root {
--color-1: #4c3d7b;
--color-2: #695e9c;
--color-3: #9c80c6;
--color-4: #d1a8e6;
--color-5: #f5d1df;
}

Dawn of Lavender background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c3d7b, #695e9c, #9c80c6, #d1a8e6, #f5d1df);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c3d7b, #695e9c, #9c80c6, #d1a8e6, #f5d1df);
}

Dawn of Lavender color palette created on .