Color names in this palette
CSS code for this palette
/* CSS */
.garfield {
color: #a7562a;
}
.peach-caramel {
color: #c6693f;
}
.sweet-cashew {
color: #dcae79;
}
.buttercup-yellow {
color: #e3c2a1;
}
.tea-cookie {
color: #f6e2c1;
}
/* CSS Variables */
:root {
--garfield:#a7562a;
--peach-caramel:#c6693f;
--sweet-cashew:#dcae79;
--buttercup-yellow:#e3c2a1;
--tea-cookie:#f6e2c1;
}