Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.mystic-tulip {
color: #f7b4a1;
}
.marigold-dust {
color: #f4cf3e;
}
.emerald-bliss {
color: #4bbead;
}
.tan-red {
color: #fc4d1d;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--mystic-tulip:#f7b4a1;
--marigold-dust:#f4cf3e;
--emerald-bliss:#4bbead;
--tan-red:#fc4d1d;
}