Skip to content

Instantly share code, notes, and snippets.

@ricealexander
Last active November 8, 2020 21:49
Show Gist options
  • Save ricealexander/97ef63f4469c7fc846d39078eeaff6e2 to your computer and use it in GitHub Desktop.
Save ricealexander/97ef63f4469c7fc846d39078eeaff6e2 to your computer and use it in GitHub Desktop.
UMSL's Brand Colors, for personal reference
:root {
--overlordGoldLight: #ffc926;
--overlordGold: #eaab00;
--overlordGoldDark: #d7a102;
--overlordRedLight: #c32640;
--overlordRed: #a1003d;
--overlordRedDark: #962c38;
--overlordGreyLight: #666666;
--overlordGrey: #434343;
--overlordGreyDark: #333333;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment