Color names in this palette
CSS code for this palette
/* CSS */
.sea-cliff {
color: #a3c7e0;
}
.blue-bay {
color: #5d9bd5;
}
.star-sapphire {
color: #3d6b99;
}
.blue-tang {
color: #2b4e6e;
}
.regal-blue {
color: #1b3b5a;
}
/* CSS Variables */
:root {
--sea-cliff:#a3c7e0;
--blue-bay:#5d9bd5;
--star-sapphire:#3d6b99;
--blue-tang:#2b4e6e;
--regal-blue:#1b3b5a;
}