Color names in this palette
CSS code for this palette
/* CSS */
.golf-day {
color: #5b8e3e;
}
.android-green {
color: #a5c639;
}
.sahara-sand {
color: #f1ea88;
}
.cameleer {
color: #e3b05f;
}
.spirit-warrior {
color: #d3523c;
}
/* CSS Variables */
:root {
--golf-day:#5b8e3e;
--android-green:#a5c639;
--sahara-sand:#f1ea88;
--cameleer:#e3b05f;
--spirit-warrior:#d3523c;
}