Color names in this palette
CSS code for this palette
/* CSS */
.aqua-island {
color: #a0dad7;
}
.tropic-tide {
color: #69c3c3;
}
.riviera-paradise {
color: #00999e;
}
.by-the-bayou {
color: #007c8f;
}
.bosporus {
color: #005c75;
}
/* CSS Variables */
:root {
--aqua-island:#a0dad7;
--tropic-tide:#69c3c3;
--riviera-paradise:#00999e;
--by-the-bayou:#007c8f;
--bosporus:#005c75;
}