Color names in this palette
CSS code for this palette
/* CSS */
.nato-blue {
color: #162b41;
}
.subterranean-river {
color: #1d3849;
}
.deep-ocean {
color: #2b4c5f;
}
.bismarck {
color: #4a6e7d;
}
.tranquil-aqua {
color: #7b9aa3;
}
/* CSS Variables */
:root {
--nato-blue:#162b41;
--subterranean-river:#1d3849;
--deep-ocean:#2b4c5f;
--bismarck:#4a6e7d;
--tranquil-aqua:#7b9aa3;
}