Whispers of Lillia Color Palette
Discover the beautiful Whispers of Lillia color palette featuring azalea (#f4c3d8), light wisteria (#d7a6e2), dull lavender (#a3a1e8), havelock blue (#6ca0e0) and astral (#3c8c9a).
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 Whispers of Lillia palette
💻 Whispers of Lillia color palette CSS
/* CSS */
.color-1 {
color: #f4c3d8;
}
.color-2 {
color: #d7a6e2;
}
.color-3 {
color: #a3a1e8;
}
.color-4 {
color: #6ca0e0;
}
.color-5 {
color: #3c8c9a;
}
/* CSS Variables */
:root {
--color-1: #f4c3d8;
--color-2: #d7a6e2;
--color-3: #a3a1e8;
--color-4: #6ca0e0;
--color-5: #3c8c9a;
} 🌈 Whispers of Lillia background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4c3d8, #d7a6e2, #a3a1e8, #6ca0e0, #3c8c9a);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4c3d8, #d7a6e2, #a3a1e8, #6ca0e0, #3c8c9a);
} 🔗 Explore similar color palettes
Whispers of Lillia color palette created on .