Paleta de colores Mischief in Color
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Mischief in Color palette
CSS de la paleta de colores Mischief in Color
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #6f9ed8;
}
.color-3 {
color: #3b5a8c;
}
.color-4 {
color: #a3d55d;
}
.color-5 {
color: #ffcb5c;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #6f9ed8;
--color-3: #3b5a8c;
--color-4: #a3d55d;
--color-5: #ffcb5c;
}
CSS del degradado de fondo Mischief in Color
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #6f9ed8, #3b5a8c, #a3d55d, #ffcb5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #6f9ed8, #3b5a8c, #a3d55d, #ffcb5c);
}
Paletas de colores similares
Mischief in Color color palette created on .