Paleta de colores Different Witch

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Different Witch palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Different Witch

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

CSS de la paleta de colores Different Witch

/* CSS */
.color-1 {
color: #6a4c94;
}
.color-2 {
color: #b93c5f;
}
.color-3 {
color: #f06c00;
}
.color-4 {
color: #ffdd00;
}
.color-5 {
color: #2dc8c8;
}

/* CSS Variables */
:root {
--color-1: #6a4c94;
--color-2: #b93c5f;
--color-3: #f06c00;
--color-4: #ffdd00;
--color-5: #2dc8c8;
}

CSS del degradado de fondo Different Witch

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a4c94, #b93c5f, #f06c00, #ffdd00, #2dc8c8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a4c94, #b93c5f, #f06c00, #ffdd00, #2dc8c8);
}

Different Witch color palette created on .