Color names in this palette
CSS code for this palette
/* CSS */
.brilliant-sea {
color: #0099b8;
}
.verditer {
color: #00b3aa;
}
.turquoise {
color: #00c2a8;
}
.channel-marker-green {
color: #00d6b6;
}
.mint-morning {
color: #00e6c7;
}
/* CSS Variables */
:root {
--brilliant-sea:#0099b8;
--verditer:#00b3aa;
--turquoise:#00c2a8;
--channel-marker-green:#00d6b6;
--mint-morning:#00e6c7;
}