Color names in this palette
CSS code for this palette
/* CSS */
.teal {
color: #007f80;
}
.verditer {
color: #00b3aa;
}
.pristine-oceanic {
color: #00d1c3;
}
.first-timer-green {
color: #00e6d6;
}
.freezy-breezy {
color: #a1f2e5;
}
/* CSS Variables */
:root {
--teal:#007f80;
--verditer:#00b3aa;
--pristine-oceanic:#00d1c3;
--first-timer-green:#00e6d6;
--freezy-breezy:#a1f2e5;
}