diff --git a/docs/UT-Austin-Design-System.pdf b/docs/UT-Austin-Design-System.pdf new file mode 100644 index 00000000..7790bba1 Binary files /dev/null and b/docs/UT-Austin-Design-System.pdf differ diff --git a/src/views/styles/colors.module.scss b/src/views/styles/colors.module.scss index bc1c65b3..3d4ff755 100644 --- a/src/views/styles/colors.module.scss +++ b/src/views/styles/colors.module.scss @@ -1,2 +1,11 @@ $BURNT_ORANGE: #bf5700; +$CHARCOAL: #333f48; $WHITE: #ffffff; +$TANGERINE: #f8971f; +$SUNSHINE: #ffd600; +$CACTUS: #a6cd57; +$TURTLE_POND: #579d42; +$TURQUOISE: #00a9b7; +$BLUEBONNET: #005f86; +$SHADE: #9cadb7; +$LIMESTONE: #d6d2c4;