Color names in this palette
CSS code for this palette
/* CSS */
.honey-wax {
color: #f9a824;
}
.syndicalist {
color: #f5c400;
}
.safety-yellow {
color: #e6d200;
}
.crystal-green {
color: #a4d57b;
}
.christmas-blue {
color: #2f8bc1;
}
/* CSS Variables */
:root {
--honey-wax:#f9a824;
--syndicalist:#f5c400;
--safety-yellow:#e6d200;
--crystal-green:#a4d57b;
--christmas-blue:#2f8bc1;
}