Color names in this palette
CSS code for this palette
/* CSS */
.hotspot {
color: #ff4938;
}
.pumpkin {
color: #ff791a;
}
.sunflower-mango {
color: #ffb700;
}
.middle-yellow {
color: #ffea00;
}
.biopunk {
color: #6afd49;
}
/* CSS Variables */
:root {
--hotspot:#ff4938;
--pumpkin:#ff791a;
--sunflower-mango:#ffb700;
--middle-yellow:#ffea00;
--biopunk:#6afd49;
}