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

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Bright, Deep, Elegant, Indigo, Light, Modern, Soft, Vibrant color palettes and combinations.

💡 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

Share this palette to:

💻 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);
}

Ithriel color palette created on .