Color names in this palette
CSS code for this palette
/* CSS */
.subterranean-river {
color: #1c394a;
}
.juniper-berry-blue {
color: #3e5f6f;
}
.shore-water {
color: #6297a3;
}
.monte-carlo {
color: #7ac2b6;
}
.reef-green {
color: #a4e5c3;
}
/* CSS Variables */
:root {
--subterranean-river:#1c394a;
--juniper-berry-blue:#3e5f6f;
--shore-water:#6297a3;
--monte-carlo:#7ac2b6;
--reef-green:#a4e5c3;
}