Color names in this palette
CSS code for this palette
/* CSS */
.subterranean-river {
color: #203d4c;
}
.coelin-blue {
color: #4b7d91;
}
.open-seas {
color: #84b2b8;
}
.nervy-hue {
color: #d9c75e;
}
.mandarin-rind {
color: #f08d3d;
}
/* CSS Variables */
:root {
--subterranean-river:#203d4c;
--coelin-blue:#4b7d91;
--open-seas:#84b2b8;
--nervy-hue:#d9c75e;
--mandarin-rind:#f08d3d;
}