Color names in this palette
CSS code for this palette
/* CSS */
.brilliant {
color: #0097a8;
}
.verditer {
color: #00b3aa;
}
.pristine-oceanic {
color: #00d1c3;
}
.everest {
color: #a1e2e3;
}
.coastal-breeze {
color: #e0f7fa;
}
/* CSS Variables */
:root {
--brilliant:#0097a8;
--verditer:#00b3aa;
--pristine-oceanic:#00d1c3;
--everest:#a1e2e3;
--coastal-breeze:#e0f7fa;
}