Color names in this palette
CSS code for this palette
/* CSS */
.shrimp-toast {
color: #f7c5a1;
}
.calabrese {
color: #f6a8a2;
}
.flower-blossom-pink {
color: #f5808b;
}
.strawberry-pink {
color: #f06a7f;
}
.guide-pink {
color: #ed4a65;
}
/* CSS Variables */
:root {
--shrimp-toast:#f7c5a1;
--calabrese:#f6a8a2;
--flower-blossom-pink:#f5808b;
--strawberry-pink:#f06a7f;
--guide-pink:#ed4a65;
}