Color names in this palette
CSS code for this palette
/* CSS */
.egyptian-jasper {
color: #794a39;
}
.cobrizo {
color: #b96c5b;
}
.artemis {
color: #d3a76f;
}
.jacobean-lace {
color: #e3ccb0;
}
.pink-scallop {
color: #f1dfd5;
}
/* CSS Variables */
:root {
--egyptian-jasper:#794a39;
--cobrizo:#b96c5b;
--artemis:#d3a76f;
--jacobean-lace:#e3ccb0;
--pink-scallop:#f1dfd5;
}