Color names in this palette
CSS code for this palette
/* CSS */
.sweet-honey {
color: #d4a759;
}
.white-raisin {
color: #e7c488;
}
.bone-white {
color: #f2e2b0;
}
.vespa-yellow {
color: #f4d29f;
}
.renwick-beige {
color: #c4af9c;
}
/* CSS Variables */
:root {
--sweet-honey:#d4a759;
--white-raisin:#e7c488;
--bone-white:#f2e2b0;
--vespa-yellow:#f4d29f;
--renwick-beige:#c4af9c;
}