Color names in this palette
CSS code for this palette
/* CSS */
.mizu-cyan {
color: #a9d9ef;
}
.candid-blue {
color: #6cc5e5;
}
.santorini {
color: #3cb7d3;
}
.bermuda {
color: #1d798b;
}
.teal-dark-blue {
color: #0d4b59;
}
/* CSS Variables */
:root {
--mizu-cyan:#a9d9ef;
--candid-blue:#6cc5e5;
--santorini:#3cb7d3;
--bermuda:#1d798b;
--teal-dark-blue:#0d4b59;
}