Color names in this palette
CSS code for this palette
/* CSS */
.orange-blast {
color: #f5c899;
}
.maximum-yellow-red {
color: #f1b74b;
}
.cheesy-cheetah {
color: #efaf2e;
}
.apricot-chicken {
color: #d48c21;
}
.soft-tone-ink {
color: #a55e18;
}
/* CSS Variables */
:root {
--orange-blast:#f5c899;
--maximum-yellow-red:#f1b74b;
--cheesy-cheetah:#efaf2e;
--apricot-chicken:#d48c21;
--soft-tone-ink:#a55e18;
}