Color names in this palette
CSS code for this palette
/* CSS */
.blue-angels-yellow {
color: #fab700;
}
.flush-orange {
color: #ff6e00;
}
.rosso-corsa {
color: #d60000;
}
.magentleman {
color: #a32cc3;
}
.shady-neon-blue {
color: #5b4dff;
}
/* CSS Variables */
:root {
--blue-angels-yellow:#fab700;
--flush-orange:#ff6e00;
--rosso-corsa:#d60000;
--magentleman:#a32cc3;
--shady-neon-blue:#5b4dff;
}