Color names in this palette
CSS code for this palette
/* CSS */
.coastal-breeze {
color: #def7f7;
}
.spearmint-water {
color: #b3eaea;
}
.andes-sky {
color: #76d6d6;
}
.lake-tahoe-turquoise {
color: #2eb2b2;
}
.regula-barbara-blue {
color: #009999;
}
/* CSS Variables */
:root {
--coastal-breeze:#def7f7;
--spearmint-water:#b3eaea;
--andes-sky:#76d6d6;
--lake-tahoe-turquoise:#2eb2b2;
--regula-barbara-blue:#009999;
}