Color names in this palette
CSS code for this palette
/* CSS */
.american-yellow {
color: #f5b400;
}
.dream-of-spring {
color: #f6d12c;
}
.chrome-yellow {
color: #faa700;
}
.rosso-corsa {
color: #d60000;
}
.secret-affair {
color: #c51162;
}
/* CSS Variables */
:root {
--american-yellow:#f5b400;
--dream-of-spring:#f6d12c;
--chrome-yellow:#faa700;
--rosso-corsa:#d60000;
--secret-affair:#c51162;
}