Last active
November 8, 2020 21:49
-
-
Save ricealexander/97ef63f4469c7fc846d39078eeaff6e2 to your computer and use it in GitHub Desktop.
UMSL's Brand Colors, for personal reference
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
: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