Color names in this palette
CSS code for this palette
/* CSS */
.capital-blue {
color: #1a3e5b;
}
.dark-blue {
color: #2e5c7f;
}
.blue-antarctic {
color: #497a9c;
}
.thistleblossom-soft-blue {
color: #8ab3c1;
}
.frosty-soft-blue {
color: #b2e0e0;
}
/* CSS Variables */
:root {
--capital-blue:#1a3e5b;
--dark-blue:#2e5c7f;
--blue-antarctic:#497a9c;
--thistleblossom-soft-blue:#8ab3c1;
--frosty-soft-blue:#b2e0e0;
}