Lilac Whisper Color Palette
Discover the beautiful Lilac Whisper color palette featuring prelude (#d5c1e7), cold purple (#b799d6), lavender purple (#8e7cb6), scampi (#705b9a) and minsk (#4c3875).
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 Whisper palette
💻 Lilac Whisper color palette CSS
/* CSS */
.color-1 {
color: #d5c1e7;
}
.color-2 {
color: #b799d6;
}
.color-3 {
color: #8e7cb6;
}
.color-4 {
color: #705b9a;
}
.color-5 {
color: #4c3875;
}
/* CSS Variables */
:root {
--color-1: #d5c1e7;
--color-2: #b799d6;
--color-3: #8e7cb6;
--color-4: #705b9a;
--color-5: #4c3875;
}
🌈 Lilac Whisper background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d5c1e7, #b799d6, #8e7cb6, #705b9a, #4c3875);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d5c1e7, #b799d6, #8e7cb6, #705b9a, #4c3875);
}
🔗 Explore similar color palettes
Lilac Whisper color palette created on .