Color names in this palette
CSS code for this palette
/* CSS */
.black-howl {
color: #1f202e;
}
.naval-blue {
color: #3a4a69;
}
.technical-blue {
color: #5a7f8c;
}
.blue-angels-yellow {
color: #fab700;
}
.vermilion-orange {
color: #f35c39;
}
/* CSS Variables */
:root {
--black-howl:#1f202e;
--naval-blue:#3a4a69;
--technical-blue:#5a7f8c;
--blue-angels-yellow:#fab700;
--vermilion-orange:#f35c39;
}