Color names in this palette
CSS code for this palette
/* CSS */
.shrimp-toast {
color: #f7c6a1;
}
.snow-white-blush {
color: #f9aeae;
}
.rosy-pink {
color: #f76988;
}
.red-rampage {
color: #ef3b1f;
}
.peri-peri {
color: #ca2b2b;
}
/* CSS Variables */
:root {
--shrimp-toast:#f7c6a1;
--snow-white-blush:#f9aeae;
--rosy-pink:#f76988;
--red-rampage:#ef3b1f;
--peri-peri:#ca2b2b;
}