Color names in this palette
CSS code for this palette
/* CSS */
.shrimp-toast {
color: #f7c6a1;
}
.pallid-orange {
color: #f9b99f;
}
.peach-burst {
color: #f49a9c;
}
.flirty-rose {
color: #d95e8f;
}
.bermuda-onion {
color: #9f5b91;
}
/* CSS Variables */
:root {
--shrimp-toast:#f7c6a1;
--pallid-orange:#f9b99f;
--peach-burst:#f49a9c;
--flirty-rose:#d95e8f;
--bermuda-onion:#9f5b91;
}