Color names in this palette
CSS code for this palette
/* CSS */
.fireflies {
color: #f7d8a6;
}
.antique-cameo {
color: #f3b7a0;
}
.melondrama {
color: #f27d6e;
}
.peanut-butter-jelly {
color: #c84c2d;
}
.chocolate-chili {
color: #aa4131;
}
/* CSS Variables */
:root {
--fireflies:#f7d8a6;
--antique-cameo:#f3b7a0;
--melondrama:#f27d6e;
--peanut-butter-jelly:#c84c2d;
--chocolate-chili:#aa4131;
}