Color names in this palette
CSS code for this palette
/* CSS */
.ineffable-green {
color: #5cffb6;
}
.move-mint {
color: #3dffc2;
}
.verditer {
color: #00b3aa;
}
.bosporus {
color: #005c75;
}
.daintree {
color: #00282e;
}
/* CSS Variables */
:root {
--ineffable-green:#5cffb6;
--move-mint:#3dffc2;
--verditer:#00b3aa;
--bosporus:#005c75;
--daintree:#00282e;
}