Merge pull request #10 from angelofallars/main
feat: add Catppuccin Sass palette
This commit is contained in:
commit
b7cdf29c27
2 changed files with 26 additions and 0 deletions
25
Catppuccin.scss
Normal file
25
Catppuccin.scss
Normal file
|
@ -0,0 +1,25 @@
|
|||
/* ----- Catppuccin Colors ----- */
|
||||
|
||||
$rosewater: #F5E0DC;
|
||||
$flamingo: #F2CDCD;
|
||||
$mauve: #DDB6F2;
|
||||
$pink: #F5C2E7;
|
||||
$maroon: #E8A2AF;
|
||||
$red: #F28FAD;
|
||||
$peach: #F8BD96;
|
||||
$yellow: #FAE3B0;
|
||||
$green: #ABE9B3;
|
||||
$teal: #B5E8E0;
|
||||
$blue: #96CDFB;
|
||||
$sky: #89DCEB;
|
||||
$lavender: #C9CBFF;
|
||||
|
||||
$black0: #161320;
|
||||
$black1: #1A1826;
|
||||
$black2: #1E1E2E;
|
||||
$black3: #302D41;
|
||||
$black4: #575268;
|
||||
$gray0: #6E6C7E;
|
||||
$gray1: #988BA2;
|
||||
$gray2: #C3BAC6;
|
||||
$white: #D9E0EE;
|
|
@ -24,6 +24,7 @@
|
|||
+ Affinity
|
||||
+ PNG
|
||||
+ CSS
|
||||
+ Sass
|
||||
|
||||
## Usage
|
||||
|
||||
|
|
Loading…
Reference in a new issue