Color names in this palette
CSS code for this palette
/* CSS */
.golden-kingdom {
color: #e2c94b;
}
.tan {
color: #d5b26d;
}
.olive-gold {
color: #bfae8d;
}
.fragile-beauty {
color: #e6d7c6;
}
.sugar-cookie {
color: #f3e1a5;
}
/* CSS Variables */
:root {
--golden-kingdom:#e2c94b;
--tan:#d5b26d;
--olive-gold:#bfae8d;
--fragile-beauty:#e6d7c6;
--sugar-cookie:#f3e1a5;
}