Paleta de colores Purple Ink

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Purple Ink palette

Compartir esta paleta en:

CSS de la paleta de colores Purple Ink

/* CSS */
.color-1 {
color: #1e194d;
}
.color-2 {
color: #4b3b8c;
}
.color-3 {
color: #8b6cb2;
}
.color-4 {
color: #d5b1e2;
}
.color-5 {
color: #f2d4e1;
}

/* CSS Variables */
:root {
--color-1: #1e194d;
--color-2: #4b3b8c;
--color-3: #8b6cb2;
--color-4: #d5b1e2;
--color-5: #f2d4e1;
}

CSS del degradado de fondo Purple Ink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e194d, #4b3b8c, #8b6cb2, #d5b1e2, #f2d4e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e194d, #4b3b8c, #8b6cb2, #d5b1e2, #f2d4e1);
}

Purple Ink color palette created on .