Color names in this palette
CSS code for this palette
/* CSS */
.opulent {
color: #d68a2e;
}
.butter-cream {
color: #f1b041;
}
.chanterelles {
color: #ffc66b;
}
.endearment {
color: #ffd9a3;
}
.peach-puff {
color: #ffd9b8;
}
/* CSS Variables */
:root {
--opulent:#d68a2e;
--butter-cream:#f1b041;
--chanterelles:#ffc66b;
--endearment:#ffd9a3;
--peach-puff:#ffd9b8;
}