Color names in this palette
CSS code for this palette
/* CSS */
.tropical-tree {
color: #19b3a3;
}
.swimmers-pool {
color: #2bc5b8;
}
.medium-turquoise {
color: #4cd2d6;
}
.blue-crystal-landscape {
color: #6ce3e5;
}
.shallow-water {
color: #8df7f7;
}
/* CSS Variables */
:root {
--tropical-tree:#19b3a3;
--swimmers-pool:#2bc5b8;
--medium-turquoise:#4cd2d6;
--blue-crystal-landscape:#6ce3e5;
--shallow-water:#8df7f7;
}