Color names in this palette
CSS code for this palette
/* CSS */
.cheater {
color: #f2b05a;
}
.marigold-dust {
color: #f4cf3e;
}
.turquoise-tower {
color: #a8e6cf;
}
.grapefruit-pulp {
color: #ff6e61;
}
.consumed-by-fire {
color: #f47f1f;
}
/* CSS Variables */
:root {
--cheater:#f2b05a;
--marigold-dust:#f4cf3e;
--turquoise-tower:#a8e6cf;
--grapefruit-pulp:#ff6e61;
--consumed-by-fire:#f47f1f;
}