// ******************** // * URL PATHS & Variable Defaults // *********************/ $font-path: '../fonts/' !default; $imgs-path: '../imgs/' !default; $icomoon-font-family: "icomoon" !default; // ********************* // * Colors // *********************/ // mindup colors $primary: #F000C8; $primary-accent: #FF15D8; $primary-light: #FFC5FF; // pink $primary-lightA: rgba(255,197,255, 0); // pink $primary-dark: #A0007D; // eggplant $secondary: #004BFF; $secondary-light: #6DCFF6; // sky $secondary-lighter: adjust-color($secondary-light, $lightness: 20%); // sky $secondary-dark: adjust-color($secondary, $lightness: -10%); // dark blue $tertiary: #00D587; $tertiary-light: #9EF3C7; // mint $tertiary-dark: #00A86B; // teal-text $tertiary-lighter: adjust-color($tertiary-light, $lightness: 15%);; //mint alpha $quandary: #FFF685; $quandary-light: #FFFCD0; $quandary-lighter: #FFFDE2; $quandary-dark: adjust-color($quandary, $lightness: -10%); // dark yellow $text: #111111; $textA: rgba(17, 17, 17, 0); $text-light: adjust-color($text, $lightness: 33.5%); $text-dark: adjust-color($text, $lightness: -10%); // black $white: #ffffff; $greyLt: adjust-color($white, $lightness: -4%); $grey: adjust-color($white, $lightness: -20%); $sand: #80715f; $stone: #A29B95; $red: #AD2424; $color-stop-1: $primary; $color-stop-2: #6236F0; $color-stop-3: #962BE8; $color-stop-4: $secondary; $color-transparent: rgba(35, 31, 32, .95) none repeat scroll 0 0; $color-error: $red; $color-message: #31708f; $search-primary-color: $white; $color-primary: $primary; $color-secondary: $secondary; $color-tertiary: $tertiary; $color-quandary: $quandary; $color-base-text: $text; $color-background-attention: $color-primary; $color-warning: $color-secondary; $color-success: $color-primary; $color-border: darken( $color-tertiary, 20%);