Color names in this palette
CSS code for this palette
/* CSS */
.antilles-blue {
color: #3b5f8c;
}
.storm-blue {
color: #4f7a9c;
}
.thistleblossom-soft-blue {
color: #8ab5c1;
}
.bravo-blue {
color: #d3e8e9;
}
.bright-white {
color: #f7f2f2;
}
/* CSS Variables */
:root {
--antilles-blue:#3b5f8c;
--storm-blue:#4f7a9c;
--thistleblossom-soft-blue:#8ab5c1;
--bravo-blue:#d3e8e9;
--bright-white:#f7f2f2;
}