Color names in this palette
CSS code for this palette
/* CSS */
.buffed-copper {
color: #da9577;
}
.certain-peach {
color: #f1bfa2;
}
.pollen-grains {
color: #f1c788;
}
.noodles {
color: #f8e1b4;
}
.hubbard-squash {
color: #eabf8b;
}
/* CSS Variables */
:root {
--buffed-copper:#da9577;
--certain-peach:#f1bfa2;
--pollen-grains:#f1c788;
--noodles:#f8e1b4;
--hubbard-squash:#eabf8b;
}