Color names in this palette
CSS code for this palette
/* CSS */
.tiki-monster {
color: #8fbc8f;
}
.green-trance {
color: #a2d7a3;
}
.green-myth {
color: #c8e3c0;
}
.fresh-dew {
color: #f1f6e4;
}
.blended-fruit {
color: #fae4a3;
}
/* CSS Variables */
:root {
--tiki-monster:#8fbc8f;
--green-trance:#a2d7a3;
--green-myth:#c8e3c0;
--fresh-dew:#f1f6e4;
--blended-fruit:#fae4a3;
}