Ithriel Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Ithriel palette

Share this palette to:

Ithriel color palette CSS

/* CSS */
.color-1 {
color: #e0cbe2;
}
.color-2 {
color: #c3acd8;
}
.color-3 {
color: #a191c0;
}
.color-4 {
color: #69559b;
}
.color-5 {
color: #423668;
}

/* CSS Variables */
:root {
--color-1: #e0cbe2;
--color-2: #c3acd8;
--color-3: #a191c0;
--color-4: #69559b;
--color-5: #423668;
}

Ithriel background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0cbe2, #c3acd8, #a191c0, #69559b, #423668);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0cbe2, #c3acd8, #a191c0, #69559b, #423668);
}

Similar color palettes

Ithriel color palette created on .