Color names in this palette
CSS code for this palette
/* CSS */
.bright-midnight-blue {
color: #1d4e72;
}
.zenith {
color: #497b9c;
}
.frisky-blue {
color: #7ab1c7;
}
.fair-aqua {
color: #b2e0da;
}
.hot-sun {
color: #f5b829;
}
/* CSS Variables */
:root {
--bright-midnight-blue:#1d4e72;
--zenith:#497b9c;
--frisky-blue:#7ab1c7;
--fair-aqua:#b2e0da;
--hot-sun:#f5b829;
}