Color names in this palette
CSS code for this palette
/* CSS */
.mermaid-sea {
color: #2b7d6d;
}
.hole-in-one {
color: #4db39b;
}
.peppy {
color: #6fd3b6;
}
.sparkling-mint {
color: #a4e0d6;
}
.mint-coffee {
color: #d1ffeb;
}
/* CSS Variables */
:root {
--mermaid-sea:#2b7d6d;
--hole-in-one:#4db39b;
--peppy:#6fd3b6;
--sparkling-mint:#a4e0d6;
--mint-coffee:#d1ffeb;
}