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