Color names in this palette
CSS code for this palette
/* CSS */
.scooter {
color: #2a8c9d;
}
.jericho-jade {
color: #4f8c7e;
}
.mayan-ruins {
color: #7e6b4e;
}
.bronze-treasure {
color: #af8d5a;
}
.chipmunk {
color: #d1a147;
}
/* CSS Variables */
:root {
--scooter:#2a8c9d;
--jericho-jade:#4f8c7e;
--mayan-ruins:#7e6b4e;
--bronze-treasure:#af8d5a;
--chipmunk:#d1a147;
}