Color names in this palette
CSS code for this palette
/* CSS */
.young-bamboo {
color: #69bf8a;
}
.garish-green {
color: #4fbf89;
}
.linoleum-green {
color: #3da46e;
}
.freesia {
color: #f1c227;
}
.mellowed-gold {
color: #e3a84f;
}
/* CSS Variables */
:root {
--young-bamboo:#69bf8a;
--garish-green:#4fbf89;
--linoleum-green:#3da46e;
--freesia:#f1c227;
--mellowed-gold:#e3a84f;
}