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: #7b4c9a;
}
.color-2 {
color: #9b6eb4;
}
.color-3 {
color: #c5a0d4;
}
.color-4 {
color: #e2b4e9;
}
.color-5 {
color: #f2a1d8;
}

/* CSS Variables */
:root {
--color-1: #7b4c9a;
--color-2: #9b6eb4;
--color-3: #c5a0d4;
--color-4: #e2b4e9;
--color-5: #f2a1d8;
}

CSS del degradado de fondo Shades of Purple

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7b4c9a, #9b6eb4, #c5a0d4, #e2b4e9, #f2a1d8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7b4c9a, #9b6eb4, #c5a0d4, #e2b4e9, #f2a1d8);
}

Shades of Purple color palette created on .