Color names in this palette
CSS code for this palette
/* CSS */
.shrimp-toast {
color: #f7c5a1;
}
.rosy-outlook {
color: #f9aa9f;
}
.flower-blossom-pink {
color: #f57a8b;
}
.berrylicious {
color: #d75b6d;
}
.our-little-secret {
color: #aa4b7a;
}
/* CSS Variables */
:root {
--shrimp-toast:#f7c5a1;
--rosy-outlook:#f9aa9f;
--flower-blossom-pink:#f57a8b;
--berrylicious:#d75b6d;
--our-little-secret:#aa4b7a;
}