Paleta de colores Shades of Indigo

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Shades of Indigo palette

Compartir esta paleta en:

CSS de la paleta de colores Shades of Indigo

/* CSS */
.color-1 {
color: #4e68c6;
}
.color-2 {
color: #798dcd;
}
.color-3 {
color: #a4b1df;
}
.color-4 {
color: #d7c7e1;
}
.color-5 {
color: #f2b1d4;
}

/* CSS Variables */
:root {
--color-1: #4e68c6;
--color-2: #798dcd;
--color-3: #a4b1df;
--color-4: #d7c7e1;
--color-5: #f2b1d4;
}

CSS del degradado de fondo Shades of Indigo

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4e68c6, #798dcd, #a4b1df, #d7c7e1, #f2b1d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4e68c6, #798dcd, #a4b1df, #d7c7e1, #f2b1d4);
}

Shades of Indigo color palette created on .