Color names in this palette
CSS code for this palette
/* CSS */
.android-green {
color: #a5c639;
}
.fluffy-duckling {
color: #f7e13b;
}
.hot-sun {
color: #f5b829;
}
.hot-shot {
color: #f05428;
}
.polished-apple {
color: #8c2b2b;
}
/* CSS Variables */
:root {
--android-green:#a5c639;
--fluffy-duckling:#f7e13b;
--hot-sun:#f5b829;
--hot-shot:#f05428;
--polished-apple:#8c2b2b;
}