Color names in this palette
CSS code for this palette
/* CSS */
.egyptian-jasper {
color: #794a39;
}
.water-persimmon {
color: #b96b5f;
}
.ninjin-orange {
color: #e6a66b;
}
.avid-apricot {
color: #f4c79f;
}
.butter-muffin {
color: #f8e0b4;
}
/* CSS Variables */
:root {
--egyptian-jasper:#794a39;
--water-persimmon:#b96b5f;
--ninjin-orange:#e6a66b;
--avid-apricot:#f4c79f;
--butter-muffin:#f8e0b4;
}