Color names in this palette
CSS code for this palette
/* CSS */
.blue-chill {
color: #3f8d8d;
}
.tropical-escape {
color: #4bb9b2;
}
.medium-turquoise {
color: #4cd6d6;
}
.cold-blue {
color: #82e3e3;
}
.spearmint-water {
color: #afe9e9;
}
/* CSS Variables */
:root {
--blue-chill:#3f8d8d;
--tropical-escape:#4bb9b2;
--medium-turquoise:#4cd6d6;
--cold-blue:#82e3e3;
--spearmint-water:#afe9e9;
}