Color names in this palette
CSS code for this palette
/* CSS */
.fertile-soil {
color: #8a5d3d;
}
.tanami-desert {
color: #d1b45c;
}
.norman-shaw-goldspar {
color: #e9c88b;
}
.cymophane-yellow {
color: #f4e5a4;
}
.beach-party {
color: #f9cf5d;
}
/* CSS Variables */
:root {
--fertile-soil:#8a5d3d;
--tanami-desert:#d1b45c;
--norman-shaw-goldspar:#e9c88b;
--cymophane-yellow:#f4e5a4;
--beach-party:#f9cf5d;
}