Color names in this palette
CSS code for this palette
/* CSS */
.zirconia-teal {
color: #2b7d7c;
}
.explorer-blue {
color: #5ca5b2;
}
.embellished-blue {
color: #8dc4c8;
}
.minor-blue {
color: #b7e1e6;
}
.distant-horizon {
color: #f1f8f8;
}
/* CSS Variables */
:root {
--zirconia-teal:#2b7d7c;
--explorer-blue:#5ca5b2;
--embellished-blue:#8dc4c8;
--minor-blue:#b7e1e6;
--distant-horizon:#f1f8f8;
}