Color names in this palette
CSS code for this palette
/* CSS */
.overgrowth {
color: #8ccb3a;
}
.wake-me-up {
color: #f3d458;
}
.grapefruit-pulp {
color: #ff6e61;
}
.cotton-candy-aesthetic {
color: #f5b7e6;
}
.prickly-purple {
color: #a85eba;
}
/* CSS Variables */
:root {
--overgrowth:#8ccb3a;
--wake-me-up:#f3d458;
--grapefruit-pulp:#ff6e61;
--cotton-candy-aesthetic:#f5b7e6;
--prickly-purple:#a85eba;
}