Paleta de colores Scorpion's Embrace

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Scorpion's Embrace palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Scorpion's Embrace

Download scorpion's embrace color palette PNG image (landscape)
Download scorpion's embrace color palette PNG image (square)

CSS de la paleta de colores Scorpion's Embrace

/* CSS */
.color-1 {
color: #525252;
}
.color-2 {
color: #3b3b3b;
}
.color-3 {
color: #474747;
}
.color-4 {
color: #575757;
}
.color-5 {
color: #5e5e5e;
}

/* CSS Variables */
:root {
--color-1: #525252;
--color-2: #3b3b3b;
--color-3: #474747;
--color-4: #575757;
--color-5: #5e5e5e;
}

CSS del degradado de fondo Scorpion's Embrace

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #525252, #3b3b3b, #474747, #575757, #5e5e5e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #525252, #3b3b3b, #474747, #575757, #5e5e5e);
}

Scorpion's Embrace color palette created on .