Color names in this palette
CSS code for this palette
/* CSS */
.vampire-red {
color: #d83f31;
}
.dodgeroll-gold {
color: #f39c12;
}
.blue-chaos {
color: #4d9aff;
}
.seashell-cove {
color: #0e4b77;
}
.shoe-wax {
color: #2b2b2b;
}
/* CSS Variables */
:root {
--vampire-red:#d83f31;
--dodgeroll-gold:#f39c12;
--blue-chaos:#4d9aff;
--seashell-cove:#0e4b77;
--shoe-wax:#2b2b2b;
}