Color names in this palette
CSS code for this palette
/* CSS */
.sugar-cookie {
color: #f2e1a1;
}
.tasman-honey-yellow {
color: #e5c55d;
}
.curry {
color: #d5a330;
}
.mustard-seed {
color: #c49b21;
}
.nataneyu-gold {
color: #a67c1c;
}
/* CSS Variables */
:root {
--sugar-cookie:#f2e1a1;
--tasman-honey-yellow:#e5c55d;
--curry:#d5a330;
--mustard-seed:#c49b21;
--nataneyu-gold:#a67c1c;
}