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: #ddc2e5;
}
.color-2 {
color: #baa3e0;
}
.color-3 {
color: #8886ca;
}
.color-4 {
color: #4b3ea3;
}
.color-5 {
color: #2d246a;
}

/* CSS Variables */
:root {
--color-1: #ddc2e5;
--color-2: #baa3e0;
--color-3: #8886ca;
--color-4: #4b3ea3;
--color-5: #2d246a;
}

Ithriel background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ddc2e5, #baa3e0, #8886ca, #4b3ea3, #2d246a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ddc2e5, #baa3e0, #8886ca, #4b3ea3, #2d246a);
}

Similar color palettes

Ithriel color palette created on .