Color names in this palette
CSS code for this palette
/* CSS */
.black-howl {
color: #1f222e;
}
.anchorman {
color: #2b3640;
}
.wizard-grey {
color: #505c68;
}
.delaware-blue-hen {
color: #76a2a1;
}
.sea-haze-grey {
color: #c9d9d5;
}
/* CSS Variables */
:root {
--black-howl:#1f222e;
--anchorman:#2b3640;
--wizard-grey:#505c68;
--delaware-blue-hen:#76a2a1;
--sea-haze-grey:#c9d9d5;
}