Color names in this palette
CSS code for this palette
/* CSS */
.chrome-yellow {
color: #faa700;
}
.syndicalist {
color: #f5c400;
}
.peridot {
color: #e6e200;
}
.king-lime {
color: #b2d600;
}
.fabulous-frog {
color: #8bcc00;
}
/* CSS Variables */
:root {
--chrome-yellow:#faa700;
--syndicalist:#f5c400;
--peridot:#e6e200;
--king-lime:#b2d600;
--fabulous-frog:#8bcc00;
}