Color names in this palette
CSS code for this palette
/* CSS */
.fat-gold {
color: #e6b400;
}
.compatible-cream {
color: #e9c89f;
}
.chenille-spread {
color: #f0e7d6;
}
.grapefruit-pulp {
color: #ff6e61;
}
.fire-island {
color: #df4d3a;
}
/* CSS Variables */
:root {
--fat-gold:#e6b400;
--compatible-cream:#e9c89f;
--chenille-spread:#f0e7d6;
--grapefruit-pulp:#ff6e61;
--fire-island:#df4d3a;
}