Color names in this palette
CSS code for this palette
/* CSS */
.persian-green {
color: #00a895;
}
.verditer {
color: #00b3aa;
}
.amazonite {
color: #00c2b2;
}
.pristine-oceanic {
color: #00d6c1;
}
.mint-morning {
color: #00e6cb;
}
/* CSS Variables */
:root {
--persian-green:#00a895;
--verditer:#00b3aa;
--amazonite:#00c2b2;
--pristine-oceanic:#00d6c1;
--mint-morning:#00e6cb;
}