Color names in this palette
CSS code for this palette
/* CSS */
.natural-orchestra {
color: #4c9e7c;
}
.bilious-green {
color: #a7d770;
}
.fluffy-duckling {
color: #f9e339;
}
.y-ng-ch-ng-orange {
color: #f6a23c;
}
.glazed-carrot {
color: #e86e2c;
}
/* CSS Variables */
:root {
--natural-orchestra:#4c9e7c;
--bilious-green:#a7d770;
--fluffy-duckling:#f9e339;
--y-ng-ch-ng-orange:#f6a23c;
--glazed-carrot:#e86e2c;
}