Color names in this palette
CSS code for this palette
/* CSS */
.flat-green {
color: #6c9a4c;
}
.limestoned {
color: #a9caa0;
}
.young-wheat {
color: #e0e0a3;
}
.sundance {
color: #f8c76d;
}
.obstinate-orange {
color: #d75a2d;
}
/* CSS Variables */
:root {
--flat-green:#6c9a4c;
--limestoned:#a9caa0;
--young-wheat:#e0e0a3;
--sundance:#f8c76d;
--obstinate-orange:#d75a2d;
}