Color names in this palette
CSS code for this palette
/* CSS */
.sweet-maple {
color: #d8b06e;
}
.deep-fried-sun-rays {
color: #f4c45d;
}
.storm-lightning {
color: #f8e79b;
}
.exciting-orange {
color: #f3b07c;
}
.fresh-acorn {
color: #d6693d;
}
/* CSS Variables */
:root {
--sweet-maple:#d8b06e;
--deep-fried-sun-rays:#f4c45d;
--storm-lightning:#f8e79b;
--exciting-orange:#f3b07c;
--fresh-acorn:#d6693d;
}