Paleta de colores Celestial Monkey Fire
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Celestial Monkey Fire palette
CSS de la paleta de colores Celestial Monkey Fire
/* CSS */
.color-1 {
color: #f3c15e;
}
.color-2 {
color: #f5a524;
}
.color-3 {
color: #f47b1f;
}
.color-4 {
color: #e94f1c;
}
.color-5 {
color: #d22f2d;
}
/* CSS Variables */
:root {
--color-1: #f3c15e;
--color-2: #f5a524;
--color-3: #f47b1f;
--color-4: #e94f1c;
--color-5: #d22f2d;
}
CSS del degradado de fondo Celestial Monkey Fire
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3c15e, #f5a524, #f47b1f, #e94f1c, #d22f2d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3c15e, #f5a524, #f47b1f, #e94f1c, #d22f2d);
}
Paletas de colores similares
Celestial Monkey Fire color palette created on .