Color names in this palette
CSS code for this palette
/* CSS */
.flat-green {
color: #689a4c;
}
.android-green {
color: #a5c639;
}
.yellow-petal {
color: #f0e54c;
}
.creamy-sweet-corn {
color: #f6c34c;
}
.koji-orange {
color: #f6af4c;
}
/* CSS Variables */
:root {
--flat-green:#689a4c;
--android-green:#a5c639;
--yellow-petal:#f0e54c;
--creamy-sweet-corn:#f6c34c;
--koji-orange:#f6af4c;
}