Color names in this palette
CSS code for this palette
/* CSS */
.lemonade-stand {
color: #f6c73c;
}
.gold-tips {
color: #e3b126;
}
.duck-sauce {
color: #c79d1f;
}
.guava-green {
color: #a68611;
}
.muddy-brown {
color: #89690b;
}
/* CSS Variables */
:root {
--lemonade-stand:#f6c73c;
--gold-tips:#e3b126;
--duck-sauce:#c79d1f;
--guava-green:#a68611;
--muddy-brown:#89690b;
}