/var/www/cobraambalaj/resources/scss
Edit: /var/www/cobraambalaj/resources/scss/_variables.scss (408B)
// Theme Colors
$first: #d20074;
$second: #0094cb;
$third: #ffd800;
$fourth: #111111;
$textColor: #717171;
$textLight: #c1c1c1;
$light: #f9f9f9;
// Colors
$black: #000;
$white: #fff;
$blue: #3490dc;
$indigo: #6574cd;
$purple: #9561e2;
$pink: #f66d9b;
$red: #e3342f;
$orange: #f6993f;
$yellow: #ffed4a;
$green: #38c172;
$teal: #4dc0b5;
$cyan: #6cb2eb;
// Bootstrap
$input-placeholder-color: $textLight;