Color names in this palette
CSS code for this palette
/* CSS */
.subterranean-river {
color: #1f3c4d;
}
.night-shift {
color: #295c6a;
}
.royal-palm {
color: #3f8888;
}
.shylock {
color: #5bb3a2;
}
.blizzard-blue {
color: #a6e6e7;
}
/* CSS Variables */
:root {
--subterranean-river:#1f3c4d;
--night-shift:#295c6a;
--royal-palm:#3f8888;
--shylock:#5bb3a2;
--blizzard-blue:#a6e6e7;
}