Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.orchid-orange {
color: #ff9f80;
}
.sweet-apricot {
color: #ffbda3;
}
.pale-egg {
color: #ffe7d1;
}
.soviet-gold {
color: #ffd900;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--orchid-orange:#ff9f80;
--sweet-apricot:#ffbda3;
--pale-egg:#ffe7d1;
--soviet-gold:#ffd900;
}