Color names in this palette
CSS code for this palette
/* CSS */
.yankees-blue {
color: #1f2942;
}
.blue-flag {
color: #3c4e72;
}
.blue-heaven {
color: #5b7f95;
}
.kingston-aqua {
color: #8fbcc1;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--yankees-blue:#1f2942;
--blue-flag:#3c4e72;
--blue-heaven:#5b7f95;
--kingston-aqua:#8fbcc1;
--creamy-sweet-corn:#f9c54e;
}