kandimat-user-app/src/styles/colors.scss

29 lines
774 B
SCSS

$transparent-white: rgba(255, 255, 255, 0.21);
$transparent-black: rgba(0, 0, 0, 0.15);
$green: #1a5d34;
$campaign-green: #9bc263;
$salmon: #e16162;
$pink: #D74AA1;
$yellow: #f2e610;
// Euromat Farben:
$orange: #F5A960;
$medium-blue: #22608c;
$dark-blue: rgb(33,20,82);
$background-primary: $campaign-green;
$background-secondary: white;
$text-color-base: white;
$text-color-secondary: $green;
$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: $salmon;
$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);