Color names in this palette
CSS code for this palette
/* CSS */
.talismanic-teal {
color: #1b9d9d;
}
.maximum-blue-green {
color: #29c2c2;
}
.medium-turquoise {
color: #4cd6d6;
}
.shallow-water {
color: #8ef6f6;
}
.italian-sky-blue {
color: #b4fdfd;
}
/* CSS Variables */
:root {
--talismanic-teal:#1b9d9d;
--maximum-blue-green:#29c2c2;
--medium-turquoise:#4cd6d6;
--shallow-water:#8ef6f6;
--italian-sky-blue:#b4fdfd;
}