Ithriel Color Palette
Discover the beautiful Ithriel color palette featuring rum (#735b8f), east bay (#4f4d8a), east bay (#3a477a), port gore (#26255f) and haiti (#161640).
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: #735b8f;
}
.color-2 {
color: #4f4d8a;
}
.color-3 {
color: #3a477a;
}
.color-4 {
color: #26255f;
}
.color-5 {
color: #161640;
}
/* CSS Variables */
:root {
--color-1: #735b8f;
--color-2: #4f4d8a;
--color-3: #3a477a;
--color-4: #26255f;
--color-5: #161640;
} 🌈 Ithriel background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #735b8f, #4f4d8a, #3a477a, #26255f, #161640);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #735b8f, #4f4d8a, #3a477a, #26255f, #161640);
} 🔗 Explore similar color palettes
Ithriel color palette created on .