Color names in this palette
CSS code for this palette
/* CSS */
.tangaroa {
color: #1b2f41;
}
.arctic-nights {
color: #355a5f;
}
.atlas-cedar {
color: #5ca2ad;
}
.thermal-aqua {
color: #9eccba;
}
.dry-season {
color: #d3cfcf;
}
/* CSS Variables */
:root {
--tangaroa:#1b2f41;
--arctic-nights:#355a5f;
--atlas-cedar:#5ca2ad;
--thermal-aqua:#9eccba;
--dry-season:#d3cfcf;
}