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;
}
.vitamin-c {
color: #ff9900;
}
.philippine-pink {
color: #ff1f8f;
}
/* CSS Variables */
:root {
--glitter-is-not-gold:#ffdd57;
--grapefruit-pulp:#ff6e61;
--red-orange:#ff3c2e;
--vitamin-c:#ff9900;
--philippine-pink:#ff1f8f;
}