Color names in this palette
CSS code for this palette
/* CSS */
.chefchaouen-blue {
color: #a1d3e8;
}
.throat-chakra {
color: #6cccda;
}
.riviera-paradise {
color: #00999e;
}
.teal {
color: #007f80;
}
.sherpa-blue {
color: #004b4d;
}
/* CSS Variables */
:root {
--chefchaouen-blue:#a1d3e8;
--throat-chakra:#6cccda;
--riviera-paradise:#00999e;
--teal:#007f80;
--sherpa-blue:#004b4d;
}