Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.sunset-yellow {
color: #ff8b3d;
}
.floral-leaf {
color: #ffb84d;
}
.gold-thread {
color: #fceab0;
}
.pale-gold {
color: #ffdf6b;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--sunset-yellow:#ff8b3d;
--floral-leaf:#ffb84d;
--gold-thread:#fceab0;
--pale-gold:#ffdf6b;
}