Color names in this palette
CSS code for this palette
/* CSS */
.tetsu-kon-blue {
color: #0e1a4e;
}
.florida-waters {
color: #2b4a88;
}
.san-marino {
color: #506b9b;
}
.overcast {
color: #78a0d3;
}
.baby-bunting {
color: #a9c9ea;
}
/* CSS Variables */
:root {
--tetsu-kon-blue:#0e1a4e;
--florida-waters:#2b4a88;
--san-marino:#506b9b;
--overcast:#78a0d3;
--baby-bunting:#a9c9ea;
}