Color names in this palette
CSS code for this palette
/* CSS */
.stella {
color: #f6cf5a;
}
.honey-wax {
color: #f9a824;
}
.royal-flycatcher-crest {
color: #f06400;
}
.torii-red {
color: #d63d00;
}
.new-kenyan-copper {
color: #801e00;
}
/* CSS Variables */
:root {
--stella:#f6cf5a;
--honey-wax:#f9a824;
--royal-flycatcher-crest:#f06400;
--torii-red:#d63d00;
--new-kenyan-copper:#801e00;
}