Color names in this palette
CSS code for this palette
/* CSS */
.eerie-black {
color: #1a1a1a;
}
.subnautical {
color: #00264d;
}
.cook-s-bay {
color: #004c80;
}
.summer-lake {
color: #0076a8;
}
.tomb-blue {
color: #0099cc;
}
/* CSS Variables */
:root {
--eerie-black:#1a1a1a;
--subnautical:#00264d;
--cook-s-bay:#004c80;
--summer-lake:#0076a8;
--tomb-blue:#0099cc;
}