Color names in this palette
CSS code for this palette
/* CSS */
.anchors-aweigh {
color: #2a3441;
}
.cape-storm {
color: #3b4754;
}
.yankee-doodle {
color: #4d5b6a;
}
.winter-lake {
color: #6c8c9d;
}
.blue-dam {
color: #a1c4d4;
}
/* CSS Variables */
:root {
--anchors-aweigh:#2a3441;
--cape-storm:#3b4754;
--yankee-doodle:#4d5b6a;
--winter-lake:#6c8c9d;
--blue-dam:#a1c4d4;
}