Paleta de colores Soft Halloween

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Soft Halloween palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Soft Halloween

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

CSS de la paleta de colores Soft Halloween

/* CSS */
.color-1 {
color: #a36c4d;
}
.color-2 {
color: #e5b66c;
}
.color-3 {
color: #f9d89f;
}
.color-4 {
color: #a4c6b4;
}
.color-5 {
color: #699b99;
}

/* CSS Variables */
:root {
--color-1: #a36c4d;
--color-2: #e5b66c;
--color-3: #f9d89f;
--color-4: #a4c6b4;
--color-5: #699b99;
}

CSS del degradado de fondo Soft Halloween

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a36c4d, #e5b66c, #f9d89f, #a4c6b4, #699b99);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a36c4d, #e5b66c, #f9d89f, #a4c6b4, #699b99);
}

Soft Halloween color palette created on .