Color names in this palette
CSS code for this palette
/* CSS */
.ferrari-red {
color: #ff2b00;
}
.flush-orange {
color: #ff6e00;
}
.pico-orange {
color: #ffa200;
}
.forsythia {
color: #ffc800;
}
.golden-yellow {
color: #ffe100;
}
/* CSS Variables */
:root {
--ferrari-red:#ff2b00;
--flush-orange:#ff6e00;
--pico-orange:#ffa200;
--forsythia:#ffc800;
--golden-yellow:#ffe100;
}