Color names in this palette
CSS code for this palette
/* CSS */
.royal-palm {
color: #3c8b85;
}
.twilight-meadow {
color: #4ea6a2;
}
.tropic-tide {
color: #6fc3ba;
}
.sea-glass-teal {
color: #a2e6d9;
}
.frosty-mint {
color: #e2f8f3;
}
/* CSS Variables */
:root {
--royal-palm:#3c8b85;
--twilight-meadow:#4ea6a2;
--tropic-tide:#6fc3ba;
--sea-glass-teal:#a2e6d9;
--frosty-mint:#e2f8f3;
}