Skip to content

Instantly share code, notes, and snippets.

@Brlaney
Created July 21, 2021 00:08
Show Gist options
  • Save Brlaney/991ff119ad6e7504609e7fa9245cdce7 to your computer and use it in GitHub Desktop.
Save Brlaney/991ff119ad6e7504609e7fa9245cdce7 to your computer and use it in GitHub Desktop.
Custom palette/theme in scss file
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap');
$c-primary: '#246EB9';
$c-secondary: '#16ff4c';
$c-error: '#F06543';
$c-warning: '#F5EE9E';
$c-info: '#16c9ff';
$c-bg: '#FDFFFC';
$white: #fff;
$black: #000000;
$primary-font-family: 'Lato', sans-serif;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment