Color names in this palette
CSS code for this palette
/* CSS */
.mad-for-mango {
color: #f5a300;
}
.bright-yarrow {
color: #f9d16c;
}
.brain-pink {
color: #f2b2b1;
}
.crab-curry {
color: #d74e28;
}
.dragon-s-fire {
color: #9c2b62;
}
/* CSS Variables */
:root {
--mad-for-mango:#f5a300;
--bright-yarrow:#f9d16c;
--brain-pink:#f2b2b1;
--crab-curry:#d74e28;
--dragon-s-fire:#9c2b62;
}