Color names in this palette
CSS code for this palette
/* CSS */
.flat-green {
color: #69974e;
}
.sweet-midori {
color: #a6c856;
}
.lighthouse-glow {
color: #f9d36c;
}
.pyrite {
color: #f5c542;
}
.kimchi {
color: #f04c00;
}
/* CSS Variables */
:root {
--flat-green:#69974e;
--sweet-midori:#a6c856;
--lighthouse-glow:#f9d36c;
--pyrite:#f5c542;
--kimchi:#f04c00;
}