Color names in this palette
CSS code for this palette
/* CSS */
.flat-green {
color: #6b9b4b;
}
.acid-candy {
color: #a7c34b;
}
.dragon-s-gold {
color: #e3e64c;
}
.yellow-currant {
color: #f5c76b;
}
.hot-orange {
color: #f78c40;
}
/* CSS Variables */
:root {
--flat-green:#6b9b4b;
--acid-candy:#a7c34b;
--dragon-s-gold:#e3e64c;
--yellow-currant:#f5c76b;
--hot-orange:#f78c40;
}