Color names in this palette
CSS code for this palette
/* CSS */
.frog-on-a-log {
color: #89bb44;
}
.bilious-green {
color: #a9d86e;
}
.faith {
color: #d1eba8;
}
.fresh-grown {
color: #f0f4c3;
}
.sandy-brown {
color: #f7a65e;
}
/* CSS Variables */
:root {
--frog-on-a-log:#89bb44;
--bilious-green:#a9d86e;
--faith:#d1eba8;
--fresh-grown:#f0f4c3;
--sandy-brown:#f7a65e;
}