Skip to content

Instantly share code, notes, and snippets.

@vugar005
Last active April 24, 2022 14:17
Show Gist options
  • Save vugar005/894cec39a7d7f5ab648ab2304b393fde to your computer and use it in GitHub Desktop.
Save vugar005/894cec39a7d7f5ab648ab2304b393fde to your computer and use it in GitHub Desktop.
Sample palette for blog
@use 'sass:map';
@import '@angular/material/theming';
$app-primary: (
10: #c5e4ff,
20: #9fd2ff,
30: #78c0ff,
40: #5bb3ff,
50: #3ea5ff,
60: #389dff,
...
);
$app-accent: (
70: #91a4a0,
50: #b0bebb,
10: #eff2f1,
contrast: (
10: #000,
50: #fff,
70: #fff,
),
);
$app-warning: (
dark: #ffa02f,
base: #ffcf97,
contrast: (
90: #fff,
50: #fff,
),
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment