Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.stargate-shimmer {
color: #707eff;
}
.screamin-green {
color: #61ff6e;
}
.quiche-lorraine {
color: #ffd470;
}
.y-ng-gu-ng-s-pink {
color: #ff61a8;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--stargate-shimmer:#707eff;
--screamin-green:#61ff6e;
--quiche-lorraine:#ffd470;
--y-ng-gu-ng-s-pink:#ff61a8;
}