Paleta de colores Purple Dying

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Purple Dying palette

Compartir esta paleta en:

CSS de la paleta de colores Purple Dying

/* CSS */
.color-1 {
color: #5b2d8f;
}
.color-2 {
color: #a26d9f;
}
.color-3 {
color: #d8b7b1;
}
.color-4 {
color: #f5c5a3;
}
.color-5 {
color: #f8e8b4;
}

/* CSS Variables */
:root {
--color-1: #5b2d8f;
--color-2: #a26d9f;
--color-3: #d8b7b1;
--color-4: #f5c5a3;
--color-5: #f8e8b4;
}

CSS del degradado de fondo Purple Dying

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b2d8f, #a26d9f, #d8b7b1, #f5c5a3, #f8e8b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b2d8f, #a26d9f, #d8b7b1, #f5c5a3, #f8e8b4);
}

Purple Dying color palette created on .