Color names in this palette
CSS code for this palette
/* CSS */
.emerald-ring {
color: #5a8c5a;
}
.spring-leaves {
color: #a9c7ab;
}
.peppermint-patty {
color: #d0e6d6;
}
.fresh-dew {
color: #f1f8e2;
}
.jemima {
color: #f5d67f;
}
/* CSS Variables */
:root {
--emerald-ring:#5a8c5a;
--spring-leaves:#a9c7ab;
--peppermint-patty:#d0e6d6;
--fresh-dew:#f1f8e2;
--jemima:#f5d67f;
}