Color names in this palette
CSS code for this palette
/* CSS */
.decisive-yellow {
color: #fbcc4b;
}
.sun-crete {
color: #ff8c00;
}
.vivid-orange {
color: #ff5e00;
}
.boiling-magma {
color: #ff2f00;
}
.communist {
color: #c70000;
}
/* CSS Variables */
:root {
--decisive-yellow:#fbcc4b;
--sun-crete:#ff8c00;
--vivid-orange:#ff5e00;
--boiling-magma:#ff2f00;
--communist:#c70000;
}