Color names in this palette
CSS code for this palette
/* CSS */
.bright-midnight-blue {
color: #1e4d76;
}
.atlantic-gull {
color: #4a8ab5;
}
.water-flow {
color: #7ac5d6;
}
.lemon-ice-yellow {
color: #f6e3a7;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--bright-midnight-blue:#1e4d76;
--atlantic-gull:#4a8ab5;
--water-flow:#7ac5d6;
--lemon-ice-yellow:#f6e3a7;
--creamy-sweet-corn:#f9c54e;
}