Color names in this palette
CSS code for this palette
/* CSS */
.texas-ranger-brown {
color: #a34d2e;
}
.shade-of-marigold {
color: #b48a3c;
}
.last-sunlight {
color: #e7b93c;
}
.celery-root {
color: #d1e5b8;
}
.fescue {
color: #a3cda2;
}
/* CSS Variables */
:root {
--texas-ranger-brown:#a34d2e;
--shade-of-marigold:#b48a3c;
--last-sunlight:#e7b93c;
--celery-root:#d1e5b8;
--fescue:#a3cda2;
}