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: #5b2c90;
}
.color-2 {
color: #a45eb5;
}
.color-3 {
color: #f6b6b8;
}
.color-4 {
color: #f6c4a7;
}
.color-5 {
color: #f0e3b7;
}

/* CSS Variables */
:root {
--color-1: #5b2c90;
--color-2: #a45eb5;
--color-3: #f6b6b8;
--color-4: #f6c4a7;
--color-5: #f0e3b7;
}

CSS del degradado de fondo Shades of Purple

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b2c90, #a45eb5, #f6b6b8, #f6c4a7, #f0e3b7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b2c90, #a45eb5, #f6b6b8, #f6c4a7, #f0e3b7);
}

Shades of Purple color palette created on .