Color names in this palette
CSS code for this palette
/* CSS */
.syndicalist {
color: #f5c400;
}
.sun-crete {
color: #ff8c00;
}
.aerospace-orange {
color: #ff5100;
}
.boiling-magma {
color: #ff2f00;
}
.carmine {
color: #d60032;
}
/* CSS Variables */
:root {
--syndicalist:#f5c400;
--sun-crete:#ff8c00;
--aerospace-orange:#ff5100;
--boiling-magma:#ff2f00;
--carmine:#d60032;
}