Color names in this palette
CSS code for this palette
/* CSS */
.deep-current {
color: #007580;
}
.paradise-landscape {
color: #009494;
}
.verditer {
color: #00b3aa;
}
.pristine-oceanic {
color: #00d6bd;
}
.plunge-pool {
color: #00ffcc;
}
/* CSS Variables */
:root {
--deep-current:#007580;
--paradise-landscape:#009494;
--verditer:#00b3aa;
--pristine-oceanic:#00d6bd;
--plunge-pool:#00ffcc;
}