Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.fire-orange {
color: #ff8f5c;
}
.sunkissed-coral {
color: #ffa66b;
}
.zinnia-gold {
color: #ffd980;
}
.candle-flame {
color: #fff7a3;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--fire-orange:#ff8f5c;
--sunkissed-coral:#ffa66b;
--zinnia-gold:#ffd980;
--candle-flame:#fff7a3;
}