Color names in this palette
CSS code for this palette
/* CSS */
.frosty-white-blue {
color: #cbe7e5;
}
.aqua-zing {
color: #79d7d6;
}
.gem-turquoise {
color: #4fc0c4;
}
.greenland-green {
color: #1eacae;
}
.buzzards-bay {
color: #007a7a;
}
/* CSS Variables */
:root {
--frosty-white-blue:#cbe7e5;
--aqua-zing:#79d7d6;
--gem-turquoise:#4fc0c4;
--greenland-green:#1eacae;
--buzzards-bay:#007a7a;
}