Color names in this palette
CSS code for this palette
/* CSS */
.shrimp-toast {
color: #f7c5a1;
}
.wisley-pink {
color: #f2a39c;
}
.geraldine {
color: #e67975;
}
.faded-red {
color: #d44949;
}
.harissa-red {
color: #a62b2b;
}
/* CSS Variables */
:root {
--shrimp-toast:#f7c5a1;
--wisley-pink:#f2a39c;
--geraldine:#e67975;
--faded-red:#d44949;
--harissa-red:#a62b2b;
}