Color names in this palette
CSS code for this palette
/* CSS */
.blue-bell {
color: #85b2d1;
}
.hush-a-bye {
color: #4f9cba;
}
.valley-of-glaciers {
color: #2b7a9c;
}
.suez-canal {
color: #1f5f7a;
}
.capital-blue {
color: #1c3d54;
}
/* CSS Variables */
:root {
--blue-bell:#85b2d1;
--hush-a-bye:#4f9cba;
--valley-of-glaciers:#2b7a9c;
--suez-canal:#1f5f7a;
--capital-blue:#1c3d54;
}