Paleta de colores Purple Shades

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Purple Shades palette

Compartir esta paleta en:

CSS de la paleta de colores Purple Shades

/* CSS */
.color-1 {
color: #a59cc9;
}
.color-2 {
color: #6a5bcd;
}
.color-3 {
color: #4a0080;
}
.color-4 {
color: #2e1a47;
}
.color-5 {
color: #eab8e4;
}

/* CSS Variables */
:root {
--color-1: #a59cc9;
--color-2: #6a5bcd;
--color-3: #4a0080;
--color-4: #2e1a47;
--color-5: #eab8e4;
}

CSS del degradado de fondo Purple Shades

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a59cc9, #6a5bcd, #4a0080, #2e1a47, #eab8e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a59cc9, #6a5bcd, #4a0080, #2e1a47, #eab8e4);
}

Purple Shades color palette created on .