Color names in this palette
CSS code for this palette
/* CSS */
.snap-shot {
color: #2b3d50;
}
.blue-damselfly {
color: #3398db;
}
.sunshine-mellow {
color: #f1c40e;
}
.mandarin-red {
color: #e74d3c;
}
.moonshadow {
color: #8d43ad;
}
/* CSS Variables */
:root {
--snap-shot:#2b3d50;
--blue-damselfly:#3398db;
--sunshine-mellow:#f1c40e;
--mandarin-red:#e74d3c;
--moonshadow:#8d43ad;
}