Color names in this palette
CSS code for this palette
/* CSS */
.lime-flip {
color: #d2e4c9;
}
.eerie-glow {
color: #a7d7b8;
}
.crystal-gem {
color: #7acda9;
}
.hole-in-one {
color: #49b699;
}
.azure-tide {
color: #2a9886;
}
/* CSS Variables */
:root {
--lime-flip:#d2e4c9;
--eerie-glow:#a7d7b8;
--crystal-gem:#7acda9;
--hole-in-one:#49b699;
--azure-tide:#2a9886;
}