Color names in this palette
CSS code for this palette
/* CSS */
.sweet-honey {
color: #d1a45c;
}
.blossom-yellow {
color: #e4c77c;
}
.noodles {
color: #f8e1b4;
}
.beef-hotpot {
color: #a85f2e;
}
.ginger-ale {
color: #c9a86e;
}
/* CSS Variables */
:root {
--sweet-honey:#d1a45c;
--blossom-yellow:#e4c77c;
--noodles:#f8e1b4;
--beef-hotpot:#a85f2e;
--ginger-ale:#c9a86e;
}