Color names in this palette
CSS code for this palette
/* CSS */
.red-peppercorn {
color: #c92c41;
}
.pastel-strawberry {
color: #f0544c;
}
.rosy-outlook {
color: #f8ada0;
}
.mother-of-pearl {
color: #e9d4c3;
}
.aria-ivory {
color: #f9e7d7;
}
/* CSS Variables */
:root {
--red-peppercorn:#c92c41;
--pastel-strawberry:#f0544c;
--rosy-outlook:#f8ada0;
--mother-of-pearl:#e9d4c3;
--aria-ivory:#f9e7d7;
}