Color names in this palette
CSS code for this palette
/* CSS */
.capital-blue {
color: #1a3d5b;
}
.sailor-s-bay {
color: #4a6d8c;
}
.bayshore-blue {
color: #8ea4b8;
}
.blue-reflection {
color: #cad7e2;
}
.cotton-ball {
color: #f3f8fc;
}
/* CSS Variables */
:root {
--capital-blue:#1a3d5b;
--sailor-s-bay:#4a6d8c;
--bayshore-blue:#8ea4b8;
--blue-reflection:#cad7e2;
--cotton-ball:#f3f8fc;
}