Color names in this palette
CSS code for this palette
/* CSS */
.blue-tourmaline {
color: #4a9ccf;
}
.candid-blue {
color: #69c6e8;
}
.anakiwa {
color: #8bd2e9;
}
.bellagio-fountains {
color: #bae2f2;
}
.water {
color: #d5f2f6;
}
/* CSS Variables */
:root {
--blue-tourmaline:#4a9ccf;
--candid-blue:#69c6e8;
--anakiwa:#8bd2e9;
--bellagio-fountains:#bae2f2;
--water:#d5f2f6;
}