Color names in this palette
CSS code for this palette
/* CSS */
.red-vitality {
color: #9b1c1c;
}
.100-mph {
color: #c8433c;
}
.emergency-zone {
color: #e76a40;
}
.mad-for-mango {
color: #faa200;
}
.basket-of-gold {
color: #f1d03b;
}
/* CSS Variables */
:root {
--red-vitality:#9b1c1c;
--100-mph:#c8433c;
--emergency-zone:#e76a40;
--mad-for-mango:#faa200;
--basket-of-gold:#f1d03b;
}