Color names in this palette
CSS code for this palette
/* CSS */
.vivid-burgundy {
color: #9d1b30;
}
.bang {
color: #c0393e;
}
.reductant {
color: #e45a53;
}
.gemini-mustard-momento {
color: #f9a34e;
}
.salmon-eggs {
color: #f4d65d;
}
/* CSS Variables */
:root {
--vivid-burgundy:#9d1b30;
--bang:#c0393e;
--reductant:#e45a53;
--gemini-mustard-momento:#f9a34e;
--salmon-eggs:#f4d65d;
}