Color names in this palette
CSS code for this palette
/* CSS */
.harmonious-gold {
color: #e8cca1;
}
.boudin {
color: #d8b47d;
}
.wildflower-honey {
color: #c79e5c;
}
.shade-of-marigold {
color: #b48a3c;
}
.buttered-rum {
color: #a16e2b;
}
/* CSS Variables */
:root {
--harmonious-gold:#e8cca1;
--boudin:#d8b47d;
--wildflower-honey:#c79e5c;
--shade-of-marigold:#b48a3c;
--buttered-rum:#a16e2b;
}