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