Color names in this palette
CSS code for this palette
/* CSS */
.subterranean-river {
color: #1e3a4d;
}
.hydro {
color: #4a727d;
}
.seascape {
color: #78a3b0;
}
.light-salt-spray {
color: #bad2d8;
}
.salmon-eggs {
color: #f4d35d;
}
/* CSS Variables */
:root {
--subterranean-river:#1e3a4d;
--hydro:#4a727d;
--seascape:#78a3b0;
--light-salt-spray:#bad2d8;
--salmon-eggs:#f4d35d;
}