Color names in this palette
CSS code for this palette
/* CSS */
.fishy-house {
color: #1f9e88;
}
.jadeite {
color: #3bbf9a;
}
.vegetation {
color: #5cd19e;
}
.weekend-gardener {
color: #a1e2a6;
}
.yippie-ya-yellow {
color: #f9f99f;
}
/* CSS Variables */
:root {
--fishy-house:#1f9e88;
--jadeite:#3bbf9a;
--vegetation:#5cd19e;
--weekend-gardener:#a1e2a6;
--yippie-ya-yellow:#f9f99f;
}