Paleta de colores Ithriel

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Ithriel palette

Compartir esta paleta en:

CSS de la paleta de colores Ithriel

/* CSS */
.color-1 {
color: #715997;
}
.color-2 {
color: #4b4c91;
}
.color-3 {
color: #354782;
}
.color-4 {
color: #222368;
}
.color-5 {
color: #141548;
}

/* CSS Variables */
:root {
--color-1: #715997;
--color-2: #4b4c91;
--color-3: #354782;
--color-4: #222368;
--color-5: #141548;
}

CSS del degradado de fondo Ithriel

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #715997, #4b4c91, #354782, #222368, #141548);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #715997, #4b4c91, #354782, #222368, #141548);
}

Ithriel color palette created on .