Color names in this palette
CSS code for this palette
/* CSS */
.light-blue-glint {
color: #a8d3e1;
}
.riverside-blue {
color: #70b3c2;
}
.hippie-blue {
color: #498a9c;
}
.mammoth-mountain {
color: #3c6c7c;
}
.deep-ocean {
color: #2b4c5f;
}
/* CSS Variables */
:root {
--light-blue-glint:#a8d3e1;
--riverside-blue:#70b3c2;
--hippie-blue:#498a9c;
--mammoth-mountain:#3c6c7c;
--deep-ocean:#2b4c5f;
}