Color names in this palette
CSS code for this palette
/* CSS */
.abyssal-anchorfish-blue {
color: #1c2631;
}
.chathams-blue {
color: #2b5b73;
}
.blue-chaise {
color: #4e8ca6;
}
.blue-glint {
color: #93c8d7;
}
.coastal-breeze {
color: #e2f2f8;
}
/* CSS Variables */
:root {
--abyssal-anchorfish-blue:#1c2631;
--chathams-blue:#2b5b73;
--blue-chaise:#4e8ca6;
--blue-glint:#93c8d7;
--coastal-breeze:#e2f2f8;
}