Paleta de colores Forsaken Souls

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Forsaken Souls palette

Compartir esta paleta en:

CSS de la paleta de colores Forsaken Souls

/* CSS */
.color-1 {
color: #4b2c6d;
}
.color-2 {
color: #6c4b8b;
}
.color-3 {
color: #8a6b9e;
}
.color-4 {
color: #a78abc;
}
.color-5 {
color: #d3a7c7;
}

/* CSS Variables */
:root {
--color-1: #4b2c6d;
--color-2: #6c4b8b;
--color-3: #8a6b9e;
--color-4: #a78abc;
--color-5: #d3a7c7;
}

CSS del degradado de fondo Forsaken Souls

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b2c6d, #6c4b8b, #8a6b9e, #a78abc, #d3a7c7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b2c6d, #6c4b8b, #8a6b9e, #a78abc, #d3a7c7);
}

Paletas de colores similares

Forsaken Souls color palette created on .