Color names in this palette
CSS code for this palette
/* CSS */
.vivid-burgundy {
color: #a41e34;
}
.mars-red {
color: #c52b3a;
}
.spirit-warrior {
color: #d9513f;
}
.mad-for-mango {
color: #f5a300;
}
.pinard-yellow {
color: #f5c800;
}
/* CSS Variables */
:root {
--vivid-burgundy:#a41e34;
--mars-red:#c52b3a;
--spirit-warrior:#d9513f;
--mad-for-mango:#f5a300;
--pinard-yellow:#f5c800;
}