Color names in this palette
CSS code for this palette
/* CSS */
.subterranean-river {
color: #203d4c;
}
.blue-catch {
color: #3d7b8a;
}
.sea-life {
color: #5fc4b8;
}
.reef-green {
color: #a5e3c1;
}
.lightweight-beige {
color: #f7e4c5;
}
/* CSS Variables */
:root {
--subterranean-river:#203d4c;
--blue-catch:#3d7b8a;
--sea-life:#5fc4b8;
--reef-green:#a5e3c1;
--lightweight-beige:#f7e4c5;
}