Skip to content

Instantly share code, notes, and snippets.

@kaiomagalhaes
Created April 20, 2020 20:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kaiomagalhaes/c065705a4f84ba50f0a2ca66e20d2c6c to your computer and use it in GitHub Desktop.
Save kaiomagalhaes/c065705a4f84ba50f0a2ca66e20d2c6c to your computer and use it in GitHub Desktop.
$primary-color: #3BC6FB;
$secondary-color: #431F92;
$complementary-color: #101378;
$supportive-color: #FF475D;
$white-color: #FFFFFF;
$grey16-color: #E9ECEC;
$grey80-color: #384042;
$lightblue-color: #F0F8F9;
$mediumblue-color: #394ABC;
$iced-gradient-start-color: #3BC6FB;
$iced-gradient-end-color: #3FE1D1;
$warm-gradient-start-color: #FF465D;
$warm-gradient-end-color: #BC46BA;
$grass-gradient-start-color: #5EDA67;
$grass-gradient-end-color: #BFE634;
$dark-gradient-start-color: #101277;
$dark-gradient-end-color: #421F91;
$success-color: #29CC3F;
$error-color: #E02D45;
$warning-color: #F5AD1D;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment