Ithriel Color Palette

Discover the beautiful Ithriel color palette featuring snuff (#e2deef), periwinkle gray (#c5c8e8), pigeon post (#a6b4db), ship cove (#848ac5) and scampi (#696eab).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withLavender 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: #e2deef;
}
.color-2 {
color: #c5c8e8;
}
.color-3 {
color: #a6b4db;
}
.color-4 {
color: #848ac5;
}
.color-5 {
color: #696eab;
}

/* CSS Variables */
:root {
--color-1: #e2deef;
--color-2: #c5c8e8;
--color-3: #a6b4db;
--color-4: #848ac5;
--color-5: #696eab;
}

🌈 Ithriel background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2deef, #c5c8e8, #a6b4db, #848ac5, #696eab);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2deef, #c5c8e8, #a6b4db, #848ac5, #696eab);
}

Ithriel color palette created on .