Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.mystic-tulip {
color: #f9b49f;
}
.lady-pink {
color: #f2d4cf;
}
.hint-of-orange {
color: #f7e6d9;
}
.zappy-zebra {
color: #f1f4f3;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--mystic-tulip:#f9b49f;
--lady-pink:#f2d4cf;
--hint-of-orange:#f7e6d9;
--zappy-zebra:#f1f4f3;
}