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: #1f1b79;
}
.color-2 {
color: #3e2d8f;
}
.color-3 {
color: #6b4b9b;
}
.color-4 {
color: #a76bbd;
}
.color-5 {
color: #d6a1e8;
}

/* CSS Variables */
:root {
--color-1: #1f1b79;
--color-2: #3e2d8f;
--color-3: #6b4b9b;
--color-4: #a76bbd;
--color-5: #d6a1e8;
}

CSS del degradado de fondo Shades of Purple

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1b79, #3e2d8f, #6b4b9b, #a76bbd, #d6a1e8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1b79, #3e2d8f, #6b4b9b, #a76bbd, #d6a1e8);
}

Shades of Purple color palette created on .