Color names in this palette
CSS code for this palette
/* CSS */
.steel-teal {
color: #5e8c8d;
}
.ocean-boulevard {
color: #a3c8c6;
}
.springtime {
color: #e7e2b1;
}
.blue-angels-yellow {
color: #fab700;
}
.blood-moon {
color: #d53230;
}
/* CSS Variables */
:root {
--steel-teal:#5e8c8d;
--ocean-boulevard:#a3c8c6;
--springtime:#e7e2b1;
--blue-angels-yellow:#fab700;
--blood-moon:#d53230;
}