Color names in this palette
CSS code for this palette
/* CSS */
.quinoline-yellow {
color: #f6e41e;
}
.syndicalist {
color: #f5c400;
}
.spicy-sweetcorn {
color: #f5a700;
}
.orange-pospsicle {
color: #f6a90e;
}
.forsythia-blossom {
color: #f9d66c;
}
/* CSS Variables */
:root {
--quinoline-yellow:#f6e41e;
--syndicalist:#f5c400;
--spicy-sweetcorn:#f5a700;
--orange-pospsicle:#f6a90e;
--forsythia-blossom:#f9d66c;
}