Color names in this palette
CSS code for this palette
/* CSS */
.verditer {
color: #00b3aa;
}
.blue-martina {
color: #1fd6d6;
}
.near-moon {
color: #51f0e3;
}
.defense-matrix {
color: #80f9f1;
}
.affen-turquoise {
color: #a8ffff;
}
/* CSS Variables */
:root {
--verditer:#00b3aa;
--blue-martina:#1fd6d6;
--near-moon:#51f0e3;
--defense-matrix:#80f9f1;
--affen-turquoise:#a8ffff;
}