Color names in this palette
CSS code for this palette
/* CSS */
.green-pigment {
color: #00a851;
}
.starbur {
color: #68b03b;
}
.led-green {
color: #d6c52e;
}
.crushed-orange {
color: #e57b2a;
}
.chi-gong {
color: #cf2a2a;
}
/* CSS Variables */
:root {
--green-pigment:#00a851;
--starbur:#68b03b;
--led-green:#d6c52e;
--crushed-orange:#e57b2a;
--chi-gong:#cf2a2a;
}