Color names in this palette
CSS code for this palette
/* CSS */
.shrimp-toast {
color: #f6c6a2;
}
.stone-fruit {
color: #f2a68c;
}
.apricot-red {
color: #e78f7e;
}
.masoho-red {
color: #d57a6c;
}
.je-t-aime {
color: #b4648e;
}
/* CSS Variables */
:root {
--shrimp-toast:#f6c6a2;
--stone-fruit:#f2a68c;
--apricot-red:#e78f7e;
--masoho-red:#d57a6c;
--je-t-aime:#b4648e;
}