Color names in this palette
CSS code for this palette
/* CSS */
.new-fawn {
color: #c7a470;
}
.dandelion-wish {
color: #e5b966;
}
.tea-light {
color: #f6e4c1;
}
.chai-latte {
color: #f9c89f;
}
.overcast-brick {
color: #b15b39;
}
/* CSS Variables */
:root {
--new-fawn:#c7a470;
--dandelion-wish:#e5b966;
--tea-light:#f6e4c1;
--chai-latte:#f9c89f;
--overcast-brick:#b15b39;
}