Color names in this palette
CSS code for this palette
/* CSS */
.shrimp-toast {
color: #f6c6a2;
}
.wisley-pink {
color: #f2a49c;
}
.hope {
color: #e77e9d;
}
.pretty-in-plum {
color: #d35a8a;
}
.our-little-secret {
color: #a34d7e;
}
/* CSS Variables */
:root {
--shrimp-toast:#f6c6a2;
--wisley-pink:#f2a49c;
--hope:#e77e9d;
--pretty-in-plum:#d35a8a;
--our-little-secret:#a34d7e;
}