Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.punch-out-glove {
color: #7088ff;
}
.soviet-gold {
color: #ffd900;
}
.matt-pink {
color: #ffb8c1;
}
.poisonous-pesticide {
color: #32cd32;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--punch-out-glove:#7088ff;
--soviet-gold:#ffd900;
--matt-pink:#ffb8c1;
--poisonous-pesticide:#32cd32;
}