Color names in this palette
CSS code for this palette
/* CSS */
.mars-red {
color: #c52b38;
}
.desire {
color: #e83b55;
}
.sugar-coral {
color: #f56b77;
}
.trump-tan {
color: #f9a46c;
}
.chickery-chick {
color: #fdeb91;
}
/* CSS Variables */
:root {
--mars-red:#c52b38;
--desire:#e83b55;
--sugar-coral:#f56b77;
--trump-tan:#f9a46c;
--chickery-chick:#fdeb91;
}