Color names in this palette
CSS code for this palette
/* CSS */
.cool-aloe {
color: #a6d89d;
}
.hellion-green {
color: #88c8b1;
}
.apricot-obsession {
color: #f6c5b6;
}
.fruity-licious {
color: #f68e8e;
}
.watermelon-juice {
color: #e85e85;
}
/* CSS Variables */
:root {
--cool-aloe:#a6d89d;
--hellion-green:#88c8b1;
--apricot-obsession:#f6c5b6;
--fruity-licious:#f68e8e;
--watermelon-juice:#e85e85;
}