Color names in this palette
CSS code for this palette
/* CSS */
.abyssal-anchorfish-blue {
color: #1a2732;
}
.seaworthy {
color: #2e4a56;
}
.hydro {
color: #4e767e;
}
.delicate-girl-blue {
color: #6ab2c8;
}
.early-july {
color: #a7dfe7;
}
/* CSS Variables */
:root {
--abyssal-anchorfish-blue:#1a2732;
--seaworthy:#2e4a56;
--hydro:#4e767e;
--delicate-girl-blue:#6ab2c8;
--early-july:#a7dfe7;
}