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: #4a2d6c;
}
.color-2 {
color: #7b4b8b;
}
.color-3 {
color: #a76c8f;
}
.color-4 {
color: #d3a6b0;
}
.color-5 {
color: #f2cad4;
}

/* CSS Variables */
:root {
--color-1: #4a2d6c;
--color-2: #7b4b8b;
--color-3: #a76c8f;
--color-4: #d3a6b0;
--color-5: #f2cad4;
}

CSS del degradado de fondo Shades of Purple

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a2d6c, #7b4b8b, #a76c8f, #d3a6b0, #f2cad4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a2d6c, #7b4b8b, #a76c8f, #d3a6b0, #f2cad4);
}

Shades of Purple color palette created on .