Color names in this palette
CSS code for this palette
/* CSS */
.otter-creek {
color: #3c5b5d;
}
.tandayapa-cloud-forest {
color: #4e7371;
}
.florida-turquoise {
color: #6bb8b0;
}
.menthol-kiss {
color: #a3e0d5;
}
.chef-s-hat {
color: #f2f8f5;
}
/* CSS Variables */
:root {
--otter-creek:#3c5b5d;
--tandayapa-cloud-forest:#4e7371;
--florida-turquoise:#6bb8b0;
--menthol-kiss:#a3e0d5;
--chef-s-hat:#f2f8f5;
}