Color names in this palette
CSS code for this palette
/* CSS */
.lolly-ice {
color: #a6d8d4;
}
.garish-green {
color: #4fbf83;
}
.first-date {
color: #f7b2a1;
}
.light-sh-shin-yellow {
color: #f9e485;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--lolly-ice:#a6d8d4;
--garish-green:#4fbf83;
--first-date:#f7b2a1;
--light-sh-shin-yellow:#f9e485;
--grapefruit-pulp:#ff6e61;
}