Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.blue-genie {
color: #6e61ff;
}
.screamin-green {
color: #61ff6e;
}
.westfall-yellow {
color: #f9d64e;
}
.french-pink {
color: #ff61a0;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--blue-genie:#6e61ff;
--screamin-green:#61ff6e;
--westfall-yellow:#f9d64e;
--french-pink:#ff61a0;
}