Color names in this palette
CSS code for this palette
/* CSS */
.yankees-blue {
color: #1f2942;
}
.expressionism {
color: #3a4a7e;
}
.moonshade {
color: #5a6fa0;
}
.regale-blue {
color: #80b3d6;
}
.eyelash-viper {
color: #f0c54c;
}
/* CSS Variables */
:root {
--yankees-blue:#1f2942;
--expressionism:#3a4a7e;
--moonshade:#5a6fa0;
--regale-blue:#80b3d6;
--eyelash-viper:#f0c54c;
}