Color names in this palette
CSS code for this palette
/* CSS */
.shrimp-toast {
color: #f7c5a1;
}
.calabrese {
color: #f1a8a2;
}
.strawberry-ice {
color: #e88d8d;
}
.preppy-rose {
color: #d16b8b;
}
.heath-spotted-orchid {
color: #a15e9b;
}
/* CSS Variables */
:root {
--shrimp-toast:#f7c5a1;
--calabrese:#f1a8a2;
--strawberry-ice:#e88d8d;
--preppy-rose:#d16b8b;
--heath-spotted-orchid:#a15e9b;
}