Paleta de colores Shades of Purple

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Shades of Purple palette

Compartir esta paleta en:

CSS de la paleta de colores Shades of Purple

/* CSS */
.color-1 {
color: #19114b;
}
.color-2 {
color: #3b2b6e;
}
.color-3 {
color: #5e4f9c;
}
.color-4 {
color: #8d7bc6;
}
.color-5 {
color: #c4b2e0;
}

/* CSS Variables */
:root {
--color-1: #19114b;
--color-2: #3b2b6e;
--color-3: #5e4f9c;
--color-4: #8d7bc6;
--color-5: #c4b2e0;
}

CSS del degradado de fondo Shades of Purple

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #19114b, #3b2b6e, #5e4f9c, #8d7bc6, #c4b2e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #19114b, #3b2b6e, #5e4f9c, #8d7bc6, #c4b2e0);
}

Shades of Purple color palette created on .