Color names in this palette
CSS code for this palette
/* CSS */
.brilliant {
color: #0097a8;
}
.verditer {
color: #00b3aa;
}
.pristine-oceanic {
color: #00d1c3;
}
.first-timer-green {
color: #00e6d2;
}
.blister-pearl {
color: #a8ffeb;
}
/* CSS Variables */
:root {
--brilliant:#0097a8;
--verditer:#00b3aa;
--pristine-oceanic:#00d1c3;
--first-timer-green:#00e6d2;
--blister-pearl:#a8ffeb;
}