Color names in this palette
CSS code for this palette
/* CSS */
.persian-green {
color: #00a895;
}
.verditer {
color: #00b3aa;
}
.pristine-oceanic {
color: #00c2bb;
}
.tilla-kari-mosque {
color: #00d1ca;
}
.first-timer-green {
color: #00e0d5;
}
/* CSS Variables */
:root {
--persian-green:#00a895;
--verditer:#00b3aa;
--pristine-oceanic:#00c2bb;
--tilla-kari-mosque:#00d1ca;
--first-timer-green:#00e0d5;
}