Skip to content

Instantly share code, notes, and snippets.

@handrihmw
Last active October 24, 2022 05:09
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 handrihmw/ec6f5fe8110c8a1cd18a18f679e287a5 to your computer and use it in GitHub Desktop.
Save handrihmw/ec6f5fe8110c8a1cd18a18f679e287a5 to your computer and use it in GitHub Desktop.
$as-white: #ffffff;
// Primary
$as-orange-100: #ffe082;
$as-orange-200: #ff9800;
$as-orange-300: #ed8e01;
// Secondary
$as-blue-100: #e0efff;
$as-blue-200: #94ccf7;
$as-blue-300: #2199fa;
// Danger
$as-red-100: #fbb2b2;
$as-red-200: #fd8ca9;
$as-red-300: #c92d2d;
// Shadow
$as-shadow-orange-100: 0px 4px 6px rgba(255, 176, 77, 0.24);
$as-shadow-blue-100: 0px 4px 6px rgba(0, 122, 255, 0.24);
$as-shadow-red-100: 0px 4px 6px rgba(244, 54, 54, 0.24);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment