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: #a76ed4;
}
.color-2 {
color: #d6a55c;
}
.color-3 {
color: #b87a9c;
}
.color-4 {
color: #99664d;
}
.color-5 {
color: #703d76;
}

/* CSS Variables */
:root {
--color-1: #a76ed4;
--color-2: #d6a55c;
--color-3: #b87a9c;
--color-4: #99664d;
--color-5: #703d76;
}

CSS del degradado de fondo Shades of Purple

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a76ed4, #d6a55c, #b87a9c, #99664d, #703d76);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a76ed4, #d6a55c, #b87a9c, #99664d, #703d76);
}

Shades of Purple color palette created on .