Color names in this palette
CSS code for this palette
/* CSS */
.nuclear-mango {
color: #ef982e;
}
.mandarin-red {
color: #e74d3c;
}
.waterhen-back {
color: #2e3f52;
}
.blue-damselfly {
color: #3398db;
}
.liberal-lilac {
color: #9b58b6;
}
/* CSS Variables */
:root {
--nuclear-mango:#ef982e;
--mandarin-red:#e74d3c;
--waterhen-back:#2e3f52;
--blue-damselfly:#3398db;
--liberal-lilac:#9b58b6;
}