Color names in this palette
CSS code for this palette
/* CSS */
.mars-red {
color: #c92c39;
}
.dubarry {
color: #f35860;
}
.spanish-pink {
color: #f8bfbf;
}
.storm-lightning {
color: #f9e59f;
}
.bone-white {
color: #f2e1b1;
}
/* CSS Variables */
:root {
--mars-red:#c92c39;
--dubarry:#f35860;
--spanish-pink:#f8bfbf;
--storm-lightning:#f9e59f;
--bone-white:#f2e1b1;
}