Color names in this palette
CSS code for this palette
/* CSS */
.sunny-mood {
color: #f7c94b;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.consumed-by-fire {
color: #f47f1f;
}
.shu-red {
color: #eb5e00;
}
.torii-red {
color: #d64000;
}
/* CSS Variables */
:root {
--sunny-mood:#f7c94b;
--apricot-glazed-chicken:#f5a524;
--consumed-by-fire:#f47f1f;
--shu-red:#eb5e00;
--torii-red:#d64000;
}