Color names in this palette
CSS code for this palette
/* CSS */
.verditer {
color: #00bdad;
}
.oasis-stream {
color: #a5e9d8;
}
.frosty-mint {
color: #def7ef;
}
.cyantific {
color: #75c7c1;
}
.blue-venus {
color: #3a7e7c;
}
/* CSS Variables */
:root {
--verditer:#00bdad;
--oasis-stream:#a5e9d8;
--frosty-mint:#def7ef;
--cyantific:#75c7c1;
--blue-venus:#3a7e7c;
}