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: #5b4e8d;
}
.color-2 {
color: #a88cb5;
}
.color-3 {
color: #d6a7d7;
}
.color-4 {
color: #f5d1e1;
}
.color-5 {
color: #f7b1b5;
}

/* CSS Variables */
:root {
--color-1: #5b4e8d;
--color-2: #a88cb5;
--color-3: #d6a7d7;
--color-4: #f5d1e1;
--color-5: #f7b1b5;
}

CSS del degradado de fondo Shades of Purple

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b4e8d, #a88cb5, #d6a7d7, #f5d1e1, #f7b1b5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b4e8d, #a88cb5, #d6a7d7, #f5d1e1, #f7b1b5);
}

Shades of Purple color palette created on .