Color names in this palette
CSS code for this palette
/* CSS */
.light-blue-glint {
color: #a8d3e1;
}
.gondolier {
color: #59b1c5;
}
.riviera-paradise {
color: #00999e;
}
.by-the-bayou {
color: #007c8f;
}
.sherpa-blue {
color: #004a4d;
}
/* CSS Variables */
:root {
--light-blue-glint:#a8d3e1;
--gondolier:#59b1c5;
--riviera-paradise:#00999e;
--by-the-bayou:#007c8f;
--sherpa-blue:#004a4d;
}