Paleta de colores Shadow Beast

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Shadow Beast palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Shadow Beast

Download shadow beast color palette PNG image (landscape)
Download shadow beast color palette PNG image (square)

CSS de la paleta de colores Shadow Beast

/* CSS */
.color-1 {
color: #1d192e;
}
.color-2 {
color: #3f3b5e;
}
.color-3 {
color: #6b5f8c;
}
.color-4 {
color: #a9709e;
}
.color-5 {
color: #d84f7f;
}

/* CSS Variables */
:root {
--color-1: #1d192e;
--color-2: #3f3b5e;
--color-3: #6b5f8c;
--color-4: #a9709e;
--color-5: #d84f7f;
}

CSS del degradado de fondo Shadow Beast

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d192e, #3f3b5e, #6b5f8c, #a9709e, #d84f7f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d192e, #3f3b5e, #6b5f8c, #a9709e, #d84f7f);
}

Shadow Beast color palette created on .