Color names in this palette
CSS code for this palette
/* CSS */
.snap-shot {
color: #2b3d50;
}
.ing-nue-blue {
color: #354a5f;
}
.night-market {
color: #4a5f78;
}
.bluebeard {
color: #aab7c5;
}
.gold-tips {
color: #e3b52b;
}
/* CSS Variables */
:root {
--snap-shot:#2b3d50;
--ing-nue-blue:#354a5f;
--night-market:#4a5f78;
--bluebeard:#aab7c5;
--gold-tips:#e3b52b;
}