Dawn of Lavender Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Dawn of Lavender palette
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);
}
Similar color palettes
- Shades of Purple
- Whimsical Witches' Brew
- Celestial Dreams
- Purple Hadesse
- Celestial Blossom
- Celestial Dreams
- Midnight Reverie
- Shades of Purple
- Underworld Elegance
- Ethereal Void
- Whispers of Iris
- Ethereal Serenade
- Shades of Purple Moth
- Lavender Dreams
- Magical Purple and Blue
- Celestial Warriors
- Purple Dreams
- Whimsical Lilac Dreams
Dawn of Lavender color palette created on .