kandimat-user-app/src/styles/colors.scss
2019-08-31 17:23:59 +02:00

25 lines
758 B
SCSS

$transparent-white: rgba(255, 255, 255, 0.21);
$transparent-black: rgba(0, 0, 0, 0.15);
$green: #59ae2e;
$medium-blue: #22608c;
$dark-blue: rgb(33,20,82);
$yellow: #FEE872;
$orange: #F5A960;
$pink: #D74AA1;
$background-primary: $green;
$background-secondary: white;
$text-color-base: white;
$text-color-secondary: $dark-blue;
$text-color-invert: rgba(0, 0, 0, 0.8);
$text-color-special: $yellow;
$text-shadow: 0 1px 1px rgba(0, 0, 0, 0.06);
$button-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
$button-background-primary: linear-gradient(215deg, $yellow 0%, $orange 44%, $pink 100%);
$button-background-secondary: $transparent-white;
$button-color: white;
$button-shadow: 0 10px 10px rgba(0, 0, 0, 0.08);
$button-shadow-deep: 0 15px 15px rgba(0, 0, 0, 0.06);