Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.alexandria {
color: #ff8d70;
}
.squash-blossom {
color: #f6b83c;
}
.pale-gold {
color: #fde06d;
}
.nacho {
color: #ffcb5c;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--alexandria:#ff8d70;
--squash-blossom:#f6b83c;
--pale-gold:#fde06d;
--nacho:#ffcb5c;
}