Color names in this palette
CSS code for this palette
/* CSS */
.peach-damask {
color: #f7c8a6;
}
.goldsmith {
color: #f1b24b;
}
.tonkatsu {
color: #ebac37;
}
.hot-hazel {
color: #db6a24;
}
.peanut-butter-jelly {
color: #c94c26;
}
/* CSS Variables */
:root {
--peach-damask:#f7c8a6;
--goldsmith:#f1b24b;
--tonkatsu:#ebac37;
--hot-hazel:#db6a24;
--peanut-butter-jelly:#c94c26;
}