Color names in this palette
CSS code for this palette
/* CSS */
.kryptonite-green {
color: #3b9b40;
}
.spring-bouquet {
color: #6dd07f;
}
.overtone {
color: #a8e6b7;
}
.westfall-yellow {
color: #f9d64e;
}
.y-ng-ch-ng-orange {
color: #f1a03b;
}
/* CSS Variables */
:root {
--kryptonite-green:#3b9b40;
--spring-bouquet:#6dd07f;
--overtone:#a8e6b7;
--westfall-yellow:#f9d64e;
--y-ng-ch-ng-orange:#f1a03b;
}