diff --git a/src/colors.scss b/src/colors.scss new file mode 100644 index 0000000..7688011 --- /dev/null +++ b/src/colors.scss @@ -0,0 +1,14 @@ +//Palette generated by Material Palette +//materialpalette.com/light-green/orange +$primary-color-dark: #689F38; +$primary-color: #8BC34A; +$primary-color-light: #DCEDC8; +$primary-color-text: #212121; +$accent-color: #FF9800; +$primary-text-color: #212121; +$secondary-text-color: #757575; +$divider-color: #BDBDBD; + +//Set bootstrap colors +$brand-primary: $primary-color; +$body-color: $primary-text-color;