Color names in this palette
CSS code for this palette
/* CSS */
.gumball {
color: #e7b1d7;
}
.peach-temptation {
color: #f5c3b2;
}
.fireflies {
color: #f6d8a7;
}
.aspen-yellow {
color: #f4e19f;
}
.celery-bunch {
color: #d1e3b5;
}
/* CSS Variables */
:root {
--gumball:#e7b1d7;
--peach-temptation:#f5c3b2;
--fireflies:#f6d8a7;
--aspen-yellow:#f4e19f;
--celery-bunch:#d1e3b5;
}