Paleta de colores Different Witch
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Different Witch palette
Imagen PNG de la paleta de colores Different Witch
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);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 1000+ paletas de colores colors.witch
Different Witch color palette created on .