Color names in this palette
CSS code for this palette
/* CSS */
.shrimp-toast {
color: #f7c5a1;
}
.candy-heart-pink {
color: #f6a2a2;
}
.meat {
color: #f27d81;
}
.fantasy-romance {
color: #e53e6d;
}
.raspberry-sorbet {
color: #d93f6b;
}
/* CSS Variables */
:root {
--shrimp-toast:#f7c5a1;
--candy-heart-pink:#f6a2a2;
--meat:#f27d81;
--fantasy-romance:#e53e6d;
--raspberry-sorbet:#d93f6b;
}