Paleta de colores Creepy Halloween

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Creepy Halloween palette

Compartir esta paleta en:

Descargar la paleta de colores Creepy Halloween (PNG)

Download creepy halloween color palette PNG image (landscape)
Download creepy halloween color palette PNG image (square)

CSS de la paleta de colores Creepy Halloween

/* CSS */
.color-1 {
color: #3e3c3d;
}
.color-2 {
color: #c3493c;
}
.color-3 {
color: #f1a94b;
}
.color-4 {
color: #f3e330;
}
.color-5 {
color: #5a5c3d;
}

/* CSS Variables */
:root {
--color-1: #3e3c3d;
--color-2: #c3493c;
--color-3: #f1a94b;
--color-4: #f3e330;
--color-5: #5a5c3d;
}

CSS del degradado de fondo Creepy Halloween

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3e3c3d, #c3493c, #f1a94b, #f3e330, #5a5c3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3e3c3d, #c3493c, #f1a94b, #f3e330, #5a5c3d);
}

Creepy Halloween color palette created on .