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: #3c3b4e;
}
.color-2 {
color: #5c5a72;
}
.color-3 {
color: #8a7d9b;
}
.color-4 {
color: #c5a7c8;
}
.color-5 {
color: #e5c7e1;
}

/* CSS Variables */
:root {
--color-1: #3c3b4e;
--color-2: #5c5a72;
--color-3: #8a7d9b;
--color-4: #c5a7c8;
--color-5: #e5c7e1;
}

CSS del degradado de fondo Shades of Purple

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c3b4e, #5c5a72, #8a7d9b, #c5a7c8, #e5c7e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c3b4e, #5c5a72, #8a7d9b, #c5a7c8, #e5c7e1);
}

Shades of Purple color palette created on .