Color names in this palette
CSS code for this palette
/* CSS */
.nordic {
color: #1f3a3d;
}
.depth-charge {
color: #375a5d;
}
.breaker-bay {
color: #4f7a7d;
}
.cold-front-green {
color: #88b1b4;
}
.bravo-blue {
color: #d3e7e9;
}
/* CSS Variables */
:root {
--nordic:#1f3a3d;
--depth-charge:#375a5d;
--breaker-bay:#4f7a7d;
--cold-front-green:#88b1b4;
--bravo-blue:#d3e7e9;
}