Color names in this palette
CSS code for this palette
/* CSS */
.peanut-butter-jelly {
color: #c9492c;
}
.apricot-sorbet {
color: #e8a85e;
}
.peach-patch {
color: #f4d69f;
}
.frolic {
color: #f9e7e1;
}
.cappuccino {
color: #6e4b3a;
}
/* CSS Variables */
:root {
--peanut-butter-jelly:#c9492c;
--apricot-sorbet:#e8a85e;
--peach-patch:#f4d69f;
--frolic:#f9e7e1;
--cappuccino:#6e4b3a;
}