Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.orchid-orange {
color: #ff9f80;
}
.sweet-apricot {
color: #ffbfa3;
}
.pale-egg {
color: #ffe6d1;
}
.sunday-best {
color: #fbc6c6;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--orchid-orange:#ff9f80;
--sweet-apricot:#ffbfa3;
--pale-egg:#ffe6d1;
--sunday-best:#fbc6c6;
}