Color names in this palette
CSS code for this palette
/* CSS */
.aqua-island {
color: #a0dad7;
}
.squeaky {
color: #6bcadb;
}
.bondi-blue {
color: #0096b8;
}
.by-the-bayou {
color: #007c8f;
}
.bosporus {
color: #005c75;
}
/* CSS Variables */
:root {
--aqua-island:#a0dad7;
--squeaky:#6bcadb;
--bondi-blue:#0096b8;
--by-the-bayou:#007c8f;
--bosporus:#005c75;
}