Color names in this palette
CSS code for this palette
/* CSS */
.barbados-cherry {
color: #b0072c;
}
.radish {
color: #a42d3d;
}
.martian-ironearth {
color: #c3574b;
}
.golden-schnitzel {
color: #e0b90b;
}
.jurassic-park {
color: #3f663d;
}
/* CSS Variables */
:root {
--barbados-cherry:#b0072c;
--radish:#a42d3d;
--martian-ironearth:#c3574b;
--golden-schnitzel:#e0b90b;
--jurassic-park:#3f663d;
}