Color names in this palette
CSS code for this palette
/* CSS */
.peanut-butter-jelly {
color: #c84a28;
}
.duchess-rose {
color: #f6a798;
}
.cookie-crust {
color: #e1b25b;
}
.weathered-bamboo {
color: #5b3a29;
}
.hint-of-honey {
color: #ffd56b;
}
/* CSS Variables */
:root {
--peanut-butter-jelly:#c84a28;
--duchess-rose:#f6a798;
--cookie-crust:#e1b25b;
--weathered-bamboo:#5b3a29;
--hint-of-honey:#ffd56b;
}