Color names in this palette
CSS code for this palette
/* CSS */
.hot-embers {
color: #f2572c;
}
.copper-river {
color: #f6a16f;
}
.milky-maize {
color: #f7d6a1;
}
.overtone {
color: #a3e0b4;
}
.green-grapple {
color: #3bbab8;
}
/* CSS Variables */
:root {
--hot-embers:#f2572c;
--copper-river:#f6a16f;
--milky-maize:#f7d6a1;
--overtone:#a3e0b4;
--green-grapple:#3bbab8;
}