Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.after-burn {
color: #ff8e61;
}
.burning-flame {
color: #ffb361;
}
.neon-light {
color: #ffdf61;
}
.candle-flame {
color: #fff6a3;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--after-burn:#ff8e61;
--burning-flame:#ffb361;
--neon-light:#ffdf61;
--candle-flame:#fff6a3;
}