Color names in this palette
CSS code for this palette
/* CSS */
.night-turquoise {
color: #003d33;
}
.emerald-dream {
color: #007a5e;
}
.victorian-greenhouse {
color: #00b38c;
}
.malted-mint-madness {
color: #1ce3a4;
}
.icy-life {
color: #61ffdf;
}
/* CSS Variables */
:root {
--night-turquoise:#003d33;
--emerald-dream:#007a5e;
--victorian-greenhouse:#00b38c;
--malted-mint-madness:#1ce3a4;
--icy-life:#61ffdf;
}