Color names in this palette
CSS code for this palette
/* CSS */
.think-pink {
color: #e7a6bf;
}
.in-the-pink {
color: #f2c5d2;
}
.poetic-princess {
color: #f9e1e5;
}
.shrimp-toast {
color: #f8c3a0;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--think-pink:#e7a6bf;
--in-the-pink:#f2c5d2;
--poetic-princess:#f9e1e5;
--shrimp-toast:#f8c3a0;
--grapefruit-pulp:#ff6e61;
}