Color names in this palette
CSS code for this palette
/* CSS */
.tiger-moth-orange {
color: #d75f0f;
}
.clarified-butter {
color: #e79823;
}
.xanthous {
color: #f2b02c;
}
.mom-s-pancake {
color: #f6c751;
}
.forsythia-blossom {
color: #f6d46f;
}
/* CSS Variables */
:root {
--tiger-moth-orange:#d75f0f;
--clarified-butter:#e79823;
--xanthous:#f2b02c;
--mom-s-pancake:#f6c751;
--forsythia-blossom:#f6d46f;
}