Color names in this palette
CSS code for this palette
/* CSS */
.malibu-blue {
color: #00b2d6;
}
.verditer {
color: #00b3aa;
}
.tropical-sea {
color: #00a897;
}
.c-ng-l-green {
color: #00cc8b;
}
.mega-teal {
color: #00e6a1;
}
/* CSS Variables */
:root {
--malibu-blue:#00b2d6;
--verditer:#00b3aa;
--tropical-sea:#00a897;
--c-ng-l-green:#00cc8b;
--mega-teal:#00e6a1;
}