Color names in this palette
CSS code for this palette
/* CSS */
.french-raspberry {
color: #c92c4b;
}
.fresh-on-the-market {
color: #f9a9b6;
}
.venus-pink {
color: #f1e5e4;
}
.sinking-sand {
color: #d6b87a;
}
.bright-eggplant {
color: #5b4b8b;
}
/* CSS Variables */
:root {
--french-raspberry:#c92c4b;
--fresh-on-the-market:#f9a9b6;
--venus-pink:#f1e5e4;
--sinking-sand:#d6b87a;
--bright-eggplant:#5b4b8b;
}