Color names in this palette
CSS code for this palette
/* CSS */
.syndicalist {
color: #f5c400;
}
.chrome-yellow {
color: #faa700;
}
.enjoyable-yellow {
color: #f6d6a7;
}
.ibis {
color: #f6b6c1;
}
.shark-bait {
color: #ef6c9a;
}
/* CSS Variables */
:root {
--syndicalist:#f5c400;
--chrome-yellow:#faa700;
--enjoyable-yellow:#f6d6a7;
--ibis:#f6b6c1;
--shark-bait:#ef6c9a;
}