Color names in this palette
CSS code for this palette
/* CSS */
.american-yellow {
color: #f5b400;
}
.sun-crete {
color: #ff8c00;
}
.smashing-pumpkins {
color: #ff5724;
}
.rosso-corsa {
color: #d60000;
}
.secret-affair {
color: #c51162;
}
/* CSS Variables */
:root {
--american-yellow:#f5b400;
--sun-crete:#ff8c00;
--smashing-pumpkins:#ff5724;
--rosso-corsa:#d60000;
--secret-affair:#c51162;
}