Color names in this palette
CSS code for this palette
/* CSS */
.angel-blue {
color: #85c4cc;
}
.aqua-sky {
color: #6fbebd;
}
.summer-turquoise-blue {
color: #4b9daa;
}
.blue-catch {
color: #3d7b8a;
}
.chathams-blue {
color: #2b5b6e;
}
/* CSS Variables */
:root {
--angel-blue:#85c4cc;
--aqua-sky:#6fbebd;
--summer-turquoise-blue:#4b9daa;
--blue-catch:#3d7b8a;
--chathams-blue:#2b5b6e;
}