Color names in this palette
CSS code for this palette
/* CSS */
.peanut-butter-chicken {
color: #ffb65c;
}
.popcorn {
color: #f6d379;
}
.pinkathon {
color: #f2baba;
}
.arc-light {
color: #c7e0ff;
}
.light-shimmer {
color: #a3d4f0;
}
/* CSS Variables */
:root {
--peanut-butter-chicken:#ffb65c;
--popcorn:#f6d379;
--pinkathon:#f2baba;
--arc-light:#c7e0ff;
--light-shimmer:#a3d4f0;
}