Paleta de colores Witchcraft

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Witchcraft palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Witchcraft

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

CSS de la paleta de colores Witchcraft

/* 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 del degradado de fondo 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 .