Color names in this palette
CSS code for this palette
/* CSS */
.yellow-currant {
color: #f8c36d;
}
.troll-slayer-orange {
color: #f8a34f;
}
.hot-orange {
color: #f78c3b;
}
.spiced-up-orange {
color: #e57b38;
}
.warming-heart {
color: #d1493d;
}
/* CSS Variables */
:root {
--yellow-currant:#f8c36d;
--troll-slayer-orange:#f8a34f;
--hot-orange:#f78c3b;
--spiced-up-orange:#e57b38;
--warming-heart:#d1493d;
}