Color names in this palette
CSS code for this palette
/* CSS */
.shrimp-toast {
color: #f7c6a1;
}
.candlelight-peach {
color: #f9a49f;
}
.carnation {
color: #f57a93;
}
.carmine-rose {
color: #e65c8c;
}
.pink-flambe {
color: #d04e7d;
}
/* CSS Variables */
:root {
--shrimp-toast:#f7c6a1;
--candlelight-peach:#f9a49f;
--carnation:#f57a93;
--carmine-rose:#e65c8c;
--pink-flambe:#d04e7d;
}