Ithriel Color Palette
Discover the beautiful Ithriel color palette featuring blue haze (#d1c7e1), cold purple (#a5a6d9), ship cove (#7788c0), victoria (#4b4c9b) and jacarta (#2c2d68).
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: #d1c7e1;
}
.color-2 {
color: #a5a6d9;
}
.color-3 {
color: #7788c0;
}
.color-4 {
color: #4b4c9b;
}
.color-5 {
color: #2c2d68;
}
/* CSS Variables */
:root {
--color-1: #d1c7e1;
--color-2: #a5a6d9;
--color-3: #7788c0;
--color-4: #4b4c9b;
--color-5: #2c2d68;
}
🌈 Ithriel background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d1c7e1, #a5a6d9, #7788c0, #4b4c9b, #2c2d68);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d1c7e1, #a5a6d9, #7788c0, #4b4c9b, #2c2d68);
}
🔗 Explore similar color palettes
Ithriel color palette created on .