Color names in this palette
CSS code for this palette
/* CSS */
.glitter-yellow {
color: #f6d75a;
}
.mango-margarita {
color: #f5b74d;
}
.yellow-sea {
color: #f3a039;
}
.nuclear-mango {
color: #f29c2c;
}
.carrot-orange {
color: #f18e1e;
}
/* CSS Variables */
:root {
--glitter-yellow:#f6d75a;
--mango-margarita:#f5b74d;
--yellow-sea:#f3a039;
--nuclear-mango:#f29c2c;
--carrot-orange:#f18e1e;
}