Ithriel Color Palette

Discover the beautiful Ithriel color palette featuring snuff (#e2daf1), spindle (#c0c1ed), dull lavender (#9dade1), moody blue (#7779cf) and blue violet (#5658b8).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Lavender, Modern, Muted, 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: #e2daf1;
}
.color-2 {
color: #c0c1ed;
}
.color-3 {
color: #9dade1;
}
.color-4 {
color: #7779cf;
}
.color-5 {
color: #5658b8;
}

/* CSS Variables */
:root {
--color-1: #e2daf1;
--color-2: #c0c1ed;
--color-3: #9dade1;
--color-4: #7779cf;
--color-5: #5658b8;
}

🌈 Ithriel background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2daf1, #c0c1ed, #9dade1, #7779cf, #5658b8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2daf1, #c0c1ed, #9dade1, #7779cf, #5658b8);
}

Ithriel color palette created on .