Color names in this palette
CSS code for this palette
/* CSS */
.honey-beehive {
color: #d2a05b;
}
.chalky {
color: #e2c27e;
}
.sugar-cookie {
color: #f2e3a1;
}
.sunday-afternoon {
color: #f9c776;
}
.opulent {
color: #d68829;
}
/* CSS Variables */
:root {
--honey-beehive:#d2a05b;
--chalky:#e2c27e;
--sugar-cookie:#f2e3a1;
--sunday-afternoon:#f9c776;
--opulent:#d68829;
}