Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.alexandria {
color: #ff8d70;
}
.mystic-tulip {
color: #f9b49f;
}
.enjoyable-yellow {
color: #f6d6a7;
}
.birthday-suit {
color: #e2c8b6;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--alexandria:#ff8d70;
--mystic-tulip:#f9b49f;
--enjoyable-yellow:#f6d6a7;
--birthday-suit:#e2c8b6;
}