Color names in this palette
CSS code for this palette
/* CSS */
.chanterelle {
color: #d5a71a;
}
.texas-ranger-brown {
color: #9f4d2d;
}
.prometheus-orange {
color: #f15a22;
}
.lime-lizard {
color: #a6d15c;
}
.ocean-green {
color: #3d9e6f;
}
/* CSS Variables */
:root {
--chanterelle:#d5a71a;
--texas-ranger-brown:#9f4d2d;
--prometheus-orange:#f15a22;
--lime-lizard:#a6d15c;
--ocean-green:#3d9e6f;
}