Witchcraft Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Witchcraft palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Witchcraft

Download witchcraft color palette PNG image (landscape)
Download witchcraft color palette PNG image (square)

tavolozza dei colori Witchcraft CSS

/* CSS */
.color-1 {
color: #3e2723;
}
.color-2 {
color: #6a4e4d;
}
.color-3 {
color: #a67a59;
}
.color-4 {
color: #d8c99d;
}
.color-5 {
color: #f2dfd4;
}

/* CSS Variables */
:root {
--color-1: #3e2723;
--color-2: #6a4e4d;
--color-3: #a67a59;
--color-4: #d8c99d;
--color-5: #f2dfd4;
}

CSS con gradiente di sfondo Witchcraft

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3e2723, #6a4e4d, #a67a59, #d8c99d, #f2dfd4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3e2723, #6a4e4d, #a67a59, #d8c99d, #f2dfd4);
}

Witchcraft color palette created on .