Lilac Pink Dream Color Palette
Discover the beautiful Lilac Pink Dream color palette featuring light wisteria (#dab2e1), kobi (#e6a7c2), we peep (#f1c0d4), illusion (#f5b2c9) and cherub (#f8d3e3).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Lilac Pink Dream palette
💻 Lilac Pink Dream color palette CSS
/* CSS */
.color-1 {
color: #dab2e1;
}
.color-2 {
color: #e6a7c2;
}
.color-3 {
color: #f1c0d4;
}
.color-4 {
color: #f5b2c9;
}
.color-5 {
color: #f8d3e3;
}
/* CSS Variables */
:root {
--color-1: #dab2e1;
--color-2: #e6a7c2;
--color-3: #f1c0d4;
--color-4: #f5b2c9;
--color-5: #f8d3e3;
} 🌈 Lilac Pink Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dab2e1, #e6a7c2, #f1c0d4, #f5b2c9, #f8d3e3);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dab2e1, #e6a7c2, #f1c0d4, #f5b2c9, #f8d3e3);
} 🔗 Explore similar color palettes
Lilac Pink Dream color palette created on .