Color names in this palette
CSS code for this palette
/* CSS */
.verditer {
color: #00b3aa;
}
.toy-blue {
color: #008c9e;
}
.hypnotic-sea {
color: #007980;
}
.turkish-aqua {
color: #005f66;
}
.midnight-green {
color: #004852;
}
/* CSS Variables */
:root {
--verditer:#00b3aa;
--toy-blue:#008c9e;
--hypnotic-sea:#007980;
--turkish-aqua:#005f66;
--midnight-green:#004852;
}