Color names in this palette
CSS code for this palette
/* CSS */
.shrimp-toast {
color: #f7c6a1;
}
.candlelight-peach {
color: #f8a2a0;
}
.camaron-pink {
color: #f77e8c;
}
.lei-flower {
color: #d87d69;
}
.enticing-red {
color: #b84c4e;
}
/* CSS Variables */
:root {
--shrimp-toast:#f7c6a1;
--candlelight-peach:#f8a2a0;
--camaron-pink:#f77e8c;
--lei-flower:#d87d69;
--enticing-red:#b84c4e;
}