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: #d9b3e0;
}
.color-2 {
color: #c48dc4;
}
.color-3 {
color: #a45b9d;
}
.color-4 {
color: #8a3d6f;
}
.color-5 {
color: #692b50;
}

/* CSS Variables */
:root {
--color-1: #d9b3e0;
--color-2: #c48dc4;
--color-3: #a45b9d;
--color-4: #8a3d6f;
--color-5: #692b50;
}

CSS del degradado de fondo Purple Shades

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9b3e0, #c48dc4, #a45b9d, #8a3d6f, #692b50);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9b3e0, #c48dc4, #a45b9d, #8a3d6f, #692b50);
}

Purple Shades color palette created on .