Color names in this palette
CSS code for this palette
/* CSS */
.sweet-potato {
color: #d97d3f;
}
.roasted-squash {
color: #e8a559;
}
.golden-churro {
color: #f3d072;
}
.old-flame {
color: #f4b6b3;
}
.highlighter-pink {
color: #e65b7b;
}
/* CSS Variables */
:root {
--sweet-potato:#d97d3f;
--roasted-squash:#e8a559;
--golden-churro:#f3d072;
--old-flame:#f4b6b3;
--highlighter-pink:#e65b7b;
}