Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.fennel-flower {
color: #709bff;
}
.screamin-green {
color: #61ff6e;
}
.quiche-lorraine {
color: #ffd470;
}
.girls-night-out {
color: #ff61b3;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--fennel-flower:#709bff;
--screamin-green:#61ff6e;
--quiche-lorraine:#ffd470;
--girls-night-out:#ff61b3;
}