Color names in this palette
CSS code for this palette
/* CSS */
.aqua-velvet {
color: #009e9b;
}
.verditer {
color: #00b3aa;
}
.amazonite {
color: #00c2b2;
}
.mint-morning {
color: #00d6c4;
}
.first-timer-green {
color: #00e6d2;
}
/* CSS Variables */
:root {
--aqua-velvet:#009e9b;
--verditer:#00b3aa;
--amazonite:#00c2b2;
--mint-morning:#00d6c4;
--first-timer-green:#00e6d2;
}