Color names in this palette
CSS code for this palette
/* CSS */
.bright-midnight-blue {
color: #1e4876;
}
.casual-blue {
color: #4b7e91;
}
.green-room {
color: #7cb1a4;
}
.in-good-taste {
color: #b6d8a2;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--bright-midnight-blue:#1e4876;
--casual-blue:#4b7e91;
--green-room:#7cb1a4;
--in-good-taste:#b6d8a2;
--creamy-sweet-corn:#f9c54e;
}