Color names in this palette
CSS code for this palette
/* CSS */
.blue-dam {
color: #a1c9d4;
}
.crystal-blue {
color: #6b9dae;
}
.blue-square {
color: #4e8c97;
}
.larkspur {
color: #3c7b90;
}
.chathams-blue {
color: #2b596e;
}
/* CSS Variables */
:root {
--blue-dam:#a1c9d4;
--crystal-blue:#6b9dae;
--blue-square:#4e8c97;
--larkspur:#3c7b90;
--chathams-blue:#2b596e;
}