Color names in this palette
CSS code for this palette
/* CSS */
.black-rock {
color: #2a2e3c;
}
.evening-glory {
color: #3c4b62;
}
.winter-shadow {
color: #4f6a7d;
}
.lothern-blue {
color: #699ace;
}
.honolulu {
color: #95c8ef;
}
/* CSS Variables */
:root {
--black-rock:#2a2e3c;
--evening-glory:#3c4b62;
--winter-shadow:#4f6a7d;
--lothern-blue:#699ace;
--honolulu:#95c8ef;
}