Color names in this palette
CSS code for this palette
/* CSS */
.orange-chalk {
color: #fbd58e;
}
.troll-slayer-orange {
color: #f7a44b;
}
.mandarin-rind {
color: #f08d3d;
}
.christmas-orange {
color: #d86b2c;
}
.emotional {
color: #c75f4d;
}
/* CSS Variables */
:root {
--orange-chalk:#fbd58e;
--troll-slayer-orange:#f7a44b;
--mandarin-rind:#f08d3d;
--christmas-orange:#d86b2c;
--emotional:#c75f4d;
}