Color names in this palette
CSS code for this palette
/* CSS */
.glitter-is-not-gold {
color: #ffdd57;
}
.grapefruit-pulp {
color: #ff6e61;
}
.red-orange {
color: #ff3c2e;
}
.sun-crete {
color: #ff8c00;
}
.poodle-skirt {
color: #ffb3ba;
}
/* CSS Variables */
:root {
--glitter-is-not-gold:#ffdd57;
--grapefruit-pulp:#ff6e61;
--red-orange:#ff3c2e;
--sun-crete:#ff8c00;
--poodle-skirt:#ffb3ba;
}