Color names in this palette
CSS code for this palette
/* CSS */
.electric-blue {
color: #80fff9;
}
.lamiaceae {
color: #3dffd8;
}
.verditer {
color: #00b8a8;
}
.industrial-turquoise {
color: #008a73;
}
.tidal-pool {
color: #006157;
}
/* CSS Variables */
:root {
--electric-blue:#80fff9;
--lamiaceae:#3dffd8;
--verditer:#00b8a8;
--industrial-turquoise:#008a73;
--tidal-pool:#006157;
}