Ithriel Color Palette
Discover the beautiful Ithriel color palette featuring snuff (#e1cbe2), prelude (#c3add8), lavender purple (#a292c0), butterfly bush (#6a569c) and martinique (#413567).
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 Ithriel palette
💻 Ithriel color palette CSS
/* CSS */
.color-1 {
color: #e1cbe2;
}
.color-2 {
color: #c3add8;
}
.color-3 {
color: #a292c0;
}
.color-4 {
color: #6a569c;
}
.color-5 {
color: #413567;
}
/* CSS Variables */
:root {
--color-1: #e1cbe2;
--color-2: #c3add8;
--color-3: #a292c0;
--color-4: #6a569c;
--color-5: #413567;
} 🌈 Ithriel background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e1cbe2, #c3add8, #a292c0, #6a569c, #413567);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e1cbe2, #c3add8, #a292c0, #6a569c, #413567);
} 🔗 Explore similar color palettes
Ithriel color palette created on .