Color names in this palette
CSS code for this palette
/* CSS */
.ballerina-tears {
color: #f5b8b2;
}
.pumpkin-essence {
color: #f6d8c1;
}
.gentle-glow {
color: #f8e5b9;
}
.aloe-cream {
color: #d8e9b9;
}
.basil-smash {
color: #b6e2a2;
}
/* CSS Variables */
:root {
--ballerina-tears:#f5b8b2;
--pumpkin-essence:#f6d8c1;
--gentle-glow:#f8e5b9;
--aloe-cream:#d8e9b9;
--basil-smash:#b6e2a2;
}