Color names in this palette
CSS code for this palette
/* CSS */
.riviera-paradise {
color: #00999e;
}
.verditer {
color: #00b3aa;
}
.amazonite {
color: #00c2b2;
}
.mint-morning {
color: #00dbc2;
}
.frozen-boubble {
color: #00f0e0;
}
/* CSS Variables */
:root {
--riviera-paradise:#00999e;
--verditer:#00b3aa;
--amazonite:#00c2b2;
--mint-morning:#00dbc2;
--frozen-boubble:#00f0e0;
}