Color names in this palette
CSS code for this palette
/* CSS */
.maximum-yellow-red {
color: #f0b74c;
}
.troll-slayer-orange {
color: #f1a350;
}
.orange-crush {
color: #f1783b;
}
.coral-gold {
color: #d56d4d;
}
.king-crimson {
color: #c44a4a;
}
/* CSS Variables */
:root {
--maximum-yellow-red:#f0b74c;
--troll-slayer-orange:#f1a350;
--orange-crush:#f1783b;
--coral-gold:#d56d4d;
--king-crimson:#c44a4a;
}