Color names in this palette
CSS code for this palette
/* CSS */
.syndicalist {
color: #f5c400;
}
.cente-tl-yellow {
color: #f6e179;
}
.wax-flower {
color: #f0b4a3;
}
.meat {
color: #f27d81;
}
.vampire-red {
color: #d63f2e;
}
/* CSS Variables */
:root {
--syndicalist:#f5c400;
--cente-tl-yellow:#f6e179;
--wax-flower:#f0b4a3;
--meat:#f27d81;
--vampire-red:#d63f2e;
}