Color names in this palette
CSS code for this palette
/* CSS */
.cymophane-yellow {
color: #f2e6a6;
}
.syndicalist {
color: #f5c400;
}
.phoenix-flames {
color: #fa9c19;
}
.apocalyptic-orange {
color: #f76d1d;
}
.crab-curry {
color: #d64e24;
}
/* CSS Variables */
:root {
--cymophane-yellow:#f2e6a6;
--syndicalist:#f5c400;
--phoenix-flames:#fa9c19;
--apocalyptic-orange:#f76d1d;
--crab-curry:#d64e24;
}