Color names in this palette
CSS code for this palette
/* CSS */
.usafa-blue {
color: #004a99;
}
.green-garlands {
color: #008577;
}
.always-green-grass {
color: #0ab201;
}
.mee-hua-sunset {
color: #ef7401;
}
.glowing-meteor {
color: #ef4401;
}
/* CSS Variables */
:root {
--usafa-blue:#004a99;
--green-garlands:#008577;
--always-green-grass:#0ab201;
--mee-hua-sunset:#ef7401;
--glowing-meteor:#ef4401;
}