Color names in this palette
CSS code for this palette
/* CSS */
.bejewelled {
color: #2a9d6d;
}
.mermaid-s-kiss {
color: #5cc7a7;
}
.botanical-tint {
color: #a9e5d1;
}
.frosted-mint {
color: #e4f1e4;
}
.bleached-silk {
color: #f2f4f1;
}
/* CSS Variables */
:root {
--bejewelled:#2a9d6d;
--mermaid-s-kiss:#5cc7a7;
--botanical-tint:#a9e5d1;
--frosted-mint:#e4f1e4;
--bleached-silk:#f2f4f1;
}