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: #896abe;
}
.color-2 {
color: #a78ccf;
}
.color-3 {
color: #d0a4e0;
}
.color-4 {
color: #d9b74a;
}
.color-5 {
color: #e26969;
}

/* CSS Variables */
:root {
--color-1: #896abe;
--color-2: #a78ccf;
--color-3: #d0a4e0;
--color-4: #d9b74a;
--color-5: #e26969;
}

CSS del degradado de fondo Shades of Purple

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #896abe, #a78ccf, #d0a4e0, #d9b74a, #e26969);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #896abe, #a78ccf, #d0a4e0, #d9b74a, #e26969);
}

Shades of Purple color palette created on .