Color names in this palette
CSS code for this palette
/* CSS */
.subterranean-river {
color: #1f3d51;
}
.ocean-call {
color: #2a698d;
}
.glassmith {
color: #4cb6c2;
}
.cold-blue {
color: #89e1d9;
}
.paper-lamb {
color: #f3eae2;
}
/* CSS Variables */
:root {
--subterranean-river:#1f3d51;
--ocean-call:#2a698d;
--glassmith:#4cb6c2;
--cold-blue:#89e1d9;
--paper-lamb:#f3eae2;
}