Color names in this palette
CSS code for this palette
/* CSS */
.syndicalist {
color: #f5c400;
}
.squash-blossom {
color: #f6b83c;
}
.energy-yellow {
color: #f7d850;
}
.beekeeper {
color: #f9e690;
}
.milk-quartz {
color: #f4e0ae;
}
/* CSS Variables */
:root {
--syndicalist:#f5c400;
--squash-blossom:#f6b83c;
--energy-yellow:#f7d850;
--beekeeper:#f9e690;
--milk-quartz:#f4e0ae;
}