Color names in this palette
CSS code for this palette
/* CSS */
.think-pink {
color: #e6a7c3;
}
.venetian-rose {
color: #f2cae3;
}
.shell-ginger {
color: #f9e4d7;
}
.mystic-tulip {
color: #f7b7a1;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--think-pink:#e6a7c3;
--venetian-rose:#f2cae3;
--shell-ginger:#f9e4d7;
--mystic-tulip:#f7b7a1;
--grapefruit-pulp:#ff6e61;
}