Color names in this palette
CSS code for this palette
/* CSS */
.hawaiian-cream {
color: #fae9b7;
}
.hu-ng-j-n-zh-u-gold {
color: #f9d86c;
}
.mango-margarita {
color: #f3b94f;
}
.acorn-squash {
color: #f0a742;
}
.glitzy-gold {
color: #d69e2e;
}
/* CSS Variables */
:root {
--hawaiian-cream:#fae9b7;
--hu-ng-j-n-zh-u-gold:#f9d86c;
--mango-margarita:#f3b94f;
--acorn-squash:#f0a742;
--glitzy-gold:#d69e2e;
}