Starry Lilac Dreams Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Starry Lilac Dreams palette
Starry Lilac Dreams color palette PNG image
Starry Lilac Dreams color palette CSS
/* CSS */
.color-1 {
color: #c8b1e2;
}
.color-2 {
color: #a76db6;
}
.color-3 {
color: #6a4d80;
}
.color-4 {
color: #3b2c54;
}
.color-5 {
color: #1e1a2d;
}
/* CSS Variables */
:root {
--color-1: #c8b1e2;
--color-2: #a76db6;
--color-3: #6a4d80;
--color-4: #3b2c54;
--color-5: #1e1a2d;
}
Starry Lilac Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c8b1e2, #a76db6, #6a4d80, #3b2c54, #1e1a2d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c8b1e2, #a76db6, #6a4d80, #3b2c54, #1e1a2d);
}
Similar color palettes
Scroll down to explore 40+ Purple color palettes
Starry Lilac Dreams color palette created on .