Color names in this palette
CSS code for this palette
/* CSS */
.olive-thrill {
color: #6d8e2e;
}
.android-green {
color: #a5c639;
}
.greenish-beige {
color: #c5d67a;
}
.dolly {
color: #f3f86d;
}
.chrome-yellow {
color: #faa700;
}
/* CSS Variables */
:root {
--olive-thrill:#6d8e2e;
--android-green:#a5c639;
--greenish-beige:#c5d67a;
--dolly:#f3f86d;
--chrome-yellow:#faa700;
}