Color names in this palette
CSS code for this palette
/* CSS */
.black-howl {
color: #1c1f30;
}
.knighthood {
color: #3b4054;
}
.strong-iris {
color: #5a607c;
}
.bird-blue {
color: #7b8f9d;
}
.hazy-daze {
color: #a3b8c7;
}
/* CSS Variables */
:root {
--black-howl:#1c1f30;
--knighthood:#3b4054;
--strong-iris:#5a607c;
--bird-blue:#7b8f9d;
--hazy-daze:#a3b8c7;
}