Color names in this palette
CSS code for this palette
/* CSS */
.fiery-glow {
color: #f14f1e;
}
.goku-orange {
color: #f67d3c;
}
.ginger-milk {
color: #f9a653;
}
.afternoon {
color: #fbce79;
}
.sun-surprise {
color: #fdf1a0;
}
/* CSS Variables */
:root {
--fiery-glow:#f14f1e;
--goku-orange:#f67d3c;
--ginger-milk:#f9a653;
--afternoon:#fbce79;
--sun-surprise:#fdf1a0;
}