Color names in this palette
CSS code for this palette
/* CSS */
.24-carrot {
color: #e76a27;
}
.troll-slayer-orange {
color: #f6a64c;
}
.saffron {
color: #f8c630;
}
.dragon-s-gold {
color: #e4e44e;
}
.island-monkey {
color: #a84d1f;
}
/* CSS Variables */
:root {
--24-carrot:#e76a27;
--troll-slayer-orange:#f6a64c;
--saffron:#f8c630;
--dragon-s-gold:#e4e44e;
--island-monkey:#a84d1f;
}