Paleta de colores Swamp Witch

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Swamp Witch palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Swamp Witch

Download swamp witch color palette PNG image (landscape)
Download swamp witch color palette PNG image (square)

CSS de la paleta de colores Swamp Witch

/* CSS */
.color-1 {
color: #1c3f2e;
}
.color-2 {
color: #4b7c5e;
}
.color-3 {
color: #8cc08c;
}
.color-4 {
color: #d2e4c9;
}
.color-5 {
color: #f9f1e1;
}

/* CSS Variables */
:root {
--color-1: #1c3f2e;
--color-2: #4b7c5e;
--color-3: #8cc08c;
--color-4: #d2e4c9;
--color-5: #f9f1e1;
}

CSS del degradado de fondo Swamp Witch

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c3f2e, #4b7c5e, #8cc08c, #d2e4c9, #f9f1e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c3f2e, #4b7c5e, #8cc08c, #d2e4c9, #f9f1e1);
}

Swamp Witch color palette created on .