Whispers of Iolanthe Color Palette
Discover the beautiful Whispers of Iolanthe color palette featuring cold purple (#b4a5d5), prelude (#e1c1e6), kobi (#f0b2c7), marzipan (#f7e1a1) and wewak (#f3a0b5).
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 Iolanthe palette
💻 Whispers of Iolanthe color palette CSS
/* CSS */
.color-1 {
color: #b4a5d5;
}
.color-2 {
color: #e1c1e6;
}
.color-3 {
color: #f0b2c7;
}
.color-4 {
color: #f7e1a1;
}
.color-5 {
color: #f3a0b5;
}
/* CSS Variables */
:root {
--color-1: #b4a5d5;
--color-2: #e1c1e6;
--color-3: #f0b2c7;
--color-4: #f7e1a1;
--color-5: #f3a0b5;
}
🌈 Whispers of Iolanthe background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b4a5d5, #e1c1e6, #f0b2c7, #f7e1a1, #f3a0b5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b4a5d5, #e1c1e6, #f0b2c7, #f7e1a1, #f3a0b5);
}
🔗 Explore similar color palettes
Whispers of Iolanthe color palette created on .