Color names in this palette
CSS code for this palette
/* CSS */
.shrimp-toast {
color: #f7c6a1;
}
.mystic-tulip {
color: #f8b6a0;
}
.salmon-beauty {
color: #fbc7b7;
}
.creamy-orange {
color: #fde9d3;
}
.tender-peach {
color: #f9d6b9;
}
/* CSS Variables */
:root {
--shrimp-toast:#f7c6a1;
--mystic-tulip:#f8b6a0;
--salmon-beauty:#fbc7b7;
--creamy-orange:#fde9d3;
--tender-peach:#f9d6b9;
}