Color names in this palette
CSS code for this palette
/* CSS */
.lime-lizard {
color: #a5d65c;
}
.almost-aloe {
color: #c3e6b3;
}
.ballerina-tears {
color: #f1b7b1;
}
.cream-blush {
color: #f7c39c;
}
.pineapple-wine {
color: #dab76c;
}
/* CSS Variables */
:root {
--lime-lizard:#a5d65c;
--almost-aloe:#c3e6b3;
--ballerina-tears:#f1b7b1;
--cream-blush:#f7c39c;
--pineapple-wine:#dab76c;
}