Color names in this palette
CSS code for this palette
/* CSS */
.shrimp-toast {
color: #f7c6a1;
}
.calabrese {
color: #f3a5a5;
}
.fruity-licious {
color: #f78d92;
}
.stellar-strawberry {
color: #f75e8c;
}
.mystic-magenta {
color: #e52e7e;
}
/* CSS Variables */
:root {
--shrimp-toast:#f7c6a1;
--calabrese:#f3a5a5;
--fruity-licious:#f78d92;
--stellar-strawberry:#f75e8c;
--mystic-magenta:#e52e7e;
}