Color names in this palette
CSS code for this palette
/* CSS */
.abyssal-anchorfish-blue {
color: #1c2931;
}
.new-navy-blue {
color: #3b4a54;
}
.nypd {
color: #5e6c78;
}
.polished-cotton {
color: #c6d3d7;
}
.roman {
color: #d65c5c;
}
/* CSS Variables */
:root {
--abyssal-anchorfish-blue:#1c2931;
--new-navy-blue:#3b4a54;
--nypd:#5e6c78;
--polished-cotton:#c6d3d7;
--roman:#d65c5c;
}