Color names in this palette
CSS code for this palette
/* CSS */
.maroon-oak {
color: #4b0c17;
}
.haute-couture {
color: #9c1c2b;
}
.cg-red {
color: #e13c33;
}
.sagittarius-amber-artifact {
color: #f67d41;
}
.tau-light-ochre {
color: #f4d50b;
}
/* CSS Variables */
:root {
--maroon-oak:#4b0c17;
--haute-couture:#9c1c2b;
--cg-red:#e13c33;
--sagittarius-amber-artifact:#f67d41;
--tau-light-ochre:#f4d50b;
}