Color names in this palette
CSS code for this palette
/* CSS */
.bright-midnight-blue {
color: #1a4a7a;
}
.zenith {
color: #497c9c;
}
.cold-front-green {
color: #89b3b3;
}
.southern-platyfish {
color: #d0d24b;
}
.pesto-calabrese {
color: #f59a24;
}
/* CSS Variables */
:root {
--bright-midnight-blue:#1a4a7a;
--zenith:#497c9c;
--cold-front-green:#89b3b3;
--southern-platyfish:#d0d24b;
--pesto-calabrese:#f59a24;
}