Color names in this palette
CSS code for this palette
/* CSS */
.snap-shot {
color: #2b3d50;
}
.ing-nue-blue {
color: #354a5f;
}
.blue-mirage {
color: #5d6d7e;
}
.sereni-teal {
color: #78bfa7;
}
.english-rose {
color: #f7c5c5;
}
/* CSS Variables */
:root {
--snap-shot:#2b3d50;
--ing-nue-blue:#354a5f;
--blue-mirage:#5d6d7e;
--sereni-teal:#78bfa7;
--english-rose:#f7c5c5;
}