Color names in this palette
CSS code for this palette
/* CSS */
.hippie-green {
color: #5f8c5a;
}
.tiki-monster {
color: #8ebf8d;
}
.gio-ponti-green {
color: #b6d1a9;
}
.irish-folklore {
color: #d2e2c0;
}
.fresh-dew {
color: #f1f8e2;
}
/* CSS Variables */
:root {
--hippie-green:#5f8c5a;
--tiki-monster:#8ebf8d;
--gio-ponti-green:#b6d1a9;
--irish-folklore:#d2e2c0;
--fresh-dew:#f1f8e2;
}