Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.stargate-shimmer {
color: #707eff;
}
.screamin-green {
color: #61ff6e;
}
.aspen-gold {
color: #ffda61;
}
.french-pink {
color: #ff61a0;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--stargate-shimmer:#707eff;
--screamin-green:#61ff6e;
--aspen-gold:#ffda61;
--french-pink:#ff61a0;
}