Color names in this palette
CSS code for this palette
/* CSS */
.applesauce {
color: #f5d599;
}
.crunch {
color: #f2b95f;
}
.serape {
color: #d68d4c;
}
.mauve-memento {
color: #a76c92;
}
.bright-eggplant {
color: #5c4b8b;
}
/* CSS Variables */
:root {
--applesauce:#f5d599;
--crunch:#f2b95f;
--serape:#d68d4c;
--mauve-memento:#a76c92;
--bright-eggplant:#5c4b8b;
}