Color names in this palette
CSS code for this palette
/* CSS */
.apocalyptic-orange {
color: #f7701d;
}
.full-of-life {
color: #da5f2b;
}
.olympic-blue {
color: #4b91e2;
}
.snap-shot {
color: #2b3d50;
}
.sunshine-mellow {
color: #f1c40e;
}
/* CSS Variables */
:root {
--apocalyptic-orange:#f7701d;
--full-of-life:#da5f2b;
--olympic-blue:#4b91e2;
--snap-shot:#2b3d50;
--sunshine-mellow:#f1c40e;
}