Color names in this palette
CSS code for this palette
/* CSS */
.syndicalist {
color: #f5c400;
}
.venetian-yellow {
color: #f7e3a1;
}
.grapefruit-pulp {
color: #ff6e61;
}
.nature-apricot {
color: #ffb6a3;
}
.dusk-orange {
color: #ff4d3d;
}
/* CSS Variables */
:root {
--syndicalist:#f5c400;
--venetian-yellow:#f7e3a1;
--grapefruit-pulp:#ff6e61;
--nature-apricot:#ffb6a3;
--dusk-orange:#ff4d3d;
}