Color names in this palette
CSS code for this palette
/* CSS */
.honey-grove {
color: #d9b34a;
}
.woven {
color: #e3cfa1;
}
.smooth-as-corn-silk {
color: #f4e2b3;
}
.think-pink {
color: #e7a2c0;
}
.creeping-bellflower {
color: #b88dc3;
}
/* CSS Variables */
:root {
--honey-grove:#d9b34a;
--woven:#e3cfa1;
--smooth-as-corn-silk:#f4e2b3;
--think-pink:#e7a2c0;
--creeping-bellflower:#b88dc3;
}