Paleta de colores Purple Forsaken

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Purple Forsaken palette

Compartir esta paleta en:

CSS de la paleta de colores Purple Forsaken

/* CSS */
.color-1 {
color: #673f9d;
}
.color-2 {
color: #8085bc;
}
.color-3 {
color: #c1a4d6;
}
.color-4 {
color: #e3bfed;
}
.color-5 {
color: #fad1dd;
}

/* CSS Variables */
:root {
--color-1: #673f9d;
--color-2: #8085bc;
--color-3: #c1a4d6;
--color-4: #e3bfed;
--color-5: #fad1dd;
}

CSS del degradado de fondo Purple Forsaken

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #673f9d, #8085bc, #c1a4d6, #e3bfed, #fad1dd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #673f9d, #8085bc, #c1a4d6, #e3bfed, #fad1dd);
}

Purple Forsaken color palette created on .