Color names in this palette
CSS code for this palette
/* CSS */
.waterfall {
color: #3bb09e;
}
.mermaid-s-kiss {
color: #5dc6a3;
}
.sparkling-mint {
color: #a3e0d4;
}
.applemint-soda {
color: #f2f6ea;
}
.floral-leaf {
color: #ffb84d;
}
/* CSS Variables */
:root {
--waterfall:#3bb09e;
--mermaid-s-kiss:#5dc6a3;
--sparkling-mint:#a3e0d4;
--applemint-soda:#f2f6ea;
--floral-leaf:#ffb84d;
}