Color names in this palette
CSS code for this palette
/* CSS */
.vampire-red {
color: #d63f2e;
}
.basketball {
color: #f26b31;
}
.mad-for-mango {
color: #faa200;
}
.bilious-green {
color: #a6d56d;
}
.scooter {
color: #2c8a9b;
}
/* CSS Variables */
:root {
--vampire-red:#d63f2e;
--basketball:#f26b31;
--mad-for-mango:#faa200;
--bilious-green:#a6d56d;
--scooter:#2c8a9b;
}