Color names in this palette
CSS code for this palette
/* CSS */
.tea-light {
color: #f6e4c1;
}
.scalloped-oak {
color: #f1d1a2;
}
.exciting-orange {
color: #eead7c;
}
.heat-of-summer {
color: #e88f5e;
}
.mod-orange {
color: #d7593c;
}
/* CSS Variables */
:root {
--tea-light:#f6e4c1;
--scalloped-oak:#f1d1a2;
--exciting-orange:#eead7c;
--heat-of-summer:#e88f5e;
--mod-orange:#d7593c;
}