Color names in this palette
CSS code for this palette
/* CSS */
.fortune-cookie {
color: #e0c49f;
}
.bruin-spice {
color: #d3b99c;
}
.sugar-pie {
color: #c5a87d;
}
.vintage-pottery {
color: #a76b49;
}
.gingerbread {
color: #8b4b2d;
}
/* CSS Variables */
:root {
--fortune-cookie:#e0c49f;
--bruin-spice:#d3b99c;
--sugar-pie:#c5a87d;
--vintage-pottery:#a76b49;
--gingerbread:#8b4b2d;
}