Color names in this palette
CSS code for this palette
/* CSS */
.syndicalist {
color: #f5c400;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.rose-fusion {
color: #f76a55;
}
.liselotte-syrup {
color: #da500b;
}
.beet-red {
color: #7b1e3d;
}
/* CSS Variables */
:root {
--syndicalist:#f5c400;
--apricot-glazed-chicken:#f5a524;
--rose-fusion:#f76a55;
--liselotte-syrup:#da500b;
--beet-red:#7b1e3d;
}