Color names in this palette
CSS code for this palette
/* CSS */
.black-howl {
color: #1e1e2f;
}
.blueberry-tart {
color: #40404f;
}
.old-mill-blue {
color: #6f6f80;
}
.jasper {
color: #d93f3f;
}
.blue-angels-yellow {
color: #fab700;
}
/* CSS Variables */
:root {
--black-howl:#1e1e2f;
--blueberry-tart:#40404f;
--old-mill-blue:#6f6f80;
--jasper:#d93f3f;
--blue-angels-yellow:#fab700;
}