Color names in this palette
CSS code for this palette
/* CSS */
.shrimp-toast {
color: #f7c6a1;
}
.coral-fountain {
color: #e2aaa2;
}
.sugar-tooth {
color: #d58b9d;
}
.pearly-purple {
color: #b86ba3;
}
.purplish {
color: #9b508c;
}
/* CSS Variables */
:root {
--shrimp-toast:#f7c6a1;
--coral-fountain:#e2aaa2;
--sugar-tooth:#d58b9d;
--pearly-purple:#b86ba3;
--purplish:#9b508c;
}