Color names in this palette
CSS code for this palette
/* CSS */
.shimmer {
color: #89c7ec;
}
.broom-butterfly-blue {
color: #69b5d8;
}
.brig {
color: #4b9ebe;
}
.dirty-blue {
color: #3b809b;
}
.faience {
color: #2a6e89;
}
/* CSS Variables */
:root {
--shimmer:#89c7ec;
--broom-butterfly-blue:#69b5d8;
--brig:#4b9ebe;
--dirty-blue:#3b809b;
--faience:#2a6e89;
}