Color names in this palette
CSS code for this palette
/* CSS */
.light-blue-glint {
color: #a8d3e1;
}
.blue-astro {
color: #4ea9da;
}
.riviera-paradise {
color: #00999e;
}
.tropical-waters {
color: #007b80;
}
.sherpa-blue {
color: #004a4d;
}
/* CSS Variables */
:root {
--light-blue-glint:#a8d3e1;
--blue-astro:#4ea9da;
--riviera-paradise:#00999e;
--tropical-waters:#007b80;
--sherpa-blue:#004a4d;
}