Color names in this palette
CSS code for this palette
/* CSS */
.mars-red {
color: #c92c39;
}
.flushed {
color: #e05452;
}
.shrimp-cocktail {
color: #f4a462;
}
.james-blonde {
color: #f1e3b6;
}
.peabody {
color: #3c6f72;
}
/* CSS Variables */
:root {
--mars-red:#c92c39;
--flushed:#e05452;
--shrimp-cocktail:#f4a462;
--james-blonde:#f1e3b6;
--peabody:#3c6f72;
}