Celestial Monkey Fire Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Celestial Monkey Fire palette

Condividi questa palette a:

tavolozza dei colori Celestial Monkey Fire CSS

/* 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 con gradiente di sfondo 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);
}

Celestial Monkey Fire color palette created on .