Paleta de colores Ithriel

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Ithriel palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Ithriel

Download ithriel color palette PNG image (landscape)
Download ithriel color palette PNG image (square)

CSS de la paleta de colores Ithriel

/* CSS */
.color-1 {
color: #745b8f;
}
.color-2 {
color: #4f4d89;
}
.color-3 {
color: #394679;
}
.color-4 {
color: #26255f;
}
.color-5 {
color: #161641;
}

/* CSS Variables */
:root {
--color-1: #745b8f;
--color-2: #4f4d89;
--color-3: #394679;
--color-4: #26255f;
--color-5: #161641;
}

CSS del degradado de fondo Ithriel

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #745b8f, #4f4d89, #394679, #26255f, #161641);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #745b8f, #4f4d89, #394679, #26255f, #161641);
}

Ithriel color palette created on .