Color names in this palette
CSS code for this palette
/* CSS */
.rosso-corsa {
color: #d60000;
}
.aerospace-orange {
color: #ff5100;
}
.flash-of-orange {
color: #ffaa00;
}
.marigold {
color: #ffc105;
}
.hollandaise {
color: #ffec3d;
}
/* CSS Variables */
:root {
--rosso-corsa:#d60000;
--aerospace-orange:#ff5100;
--flash-of-orange:#ffaa00;
--marigold:#ffc105;
--hollandaise:#ffec3d;
}