Color names in this palette
CSS code for this palette
/* CSS */
.nutmeg {
color: #7e4c3a;
}
.beni-shoga {
color: #b6503e;
}
.outgoing-orange {
color: #e6935c;
}
.paw-paw {
color: #fcd69c;
}
.sun-kissed {
color: #ffeec2;
}
/* CSS Variables */
:root {
--nutmeg:#7e4c3a;
--beni-shoga:#b6503e;
--outgoing-orange:#e6935c;
--paw-paw:#fcd69c;
--sun-kissed:#ffeec2;
}