Color names in this palette
CSS code for this palette
/* CSS */
.french-raspberry {
color: #c92c49;
}
.swiss-chard {
color: #e05c6c;
}
.her-majesty {
color: #f7a6a7;
}
.yellow-cream {
color: #f2d269;
}
.tart-apple {
color: #b7d87d;
}
/* CSS Variables */
:root {
--french-raspberry:#c92c49;
--swiss-chard:#e05c6c;
--her-majesty:#f7a6a7;
--yellow-cream:#f2d269;
--tart-apple:#b7d87d;
}