Color names in this palette
CSS code for this palette
/* CSS */
.forsythia {
color: #ffc800;
}
.sun-crete {
color: #ff8c00;
}
.molten-core {
color: #ff5900;
}
.boiling-magma {
color: #ff2f00;
}
.peevish-red {
color: #ff1a66;
}
/* CSS Variables */
:root {
--forsythia:#ffc800;
--sun-crete:#ff8c00;
--molten-core:#ff5900;
--boiling-magma:#ff2f00;
--peevish-red:#ff1a66;
}