Soft Halloween Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Soft Halloween palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Soft Halloween

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

tavolozza dei colori Soft Halloween CSS

/* 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 con gradiente di sfondo 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 .