Color names in this palette
CSS code for this palette
/* CSS */
.forsythia {
color: #ffc800;
}
.sun-crete {
color: #ff8c00;
}
.vivid-orange {
color: #ff5e00;
}
.ferrari-red {
color: #ff2b00;
}
.rosso-corsa {
color: #d60000;
}
/* CSS Variables */
:root {
--forsythia:#ffc800;
--sun-crete:#ff8c00;
--vivid-orange:#ff5e00;
--ferrari-red:#ff2b00;
--rosso-corsa:#d60000;
}