Color names in this palette
CSS code for this palette
/* CSS */
.mars-red {
color: #c92c39;
}
.mad-for-mango {
color: #faa200;
}
.flame-seal {
color: #f3e658;
}
.just-blush {
color: #f9b6a4;
}
.red-square {
color: #a92327;
}
/* CSS Variables */
:root {
--mars-red:#c92c39;
--mad-for-mango:#faa200;
--flame-seal:#f3e658;
--just-blush:#f9b6a4;
--red-square:#a92327;
}