🎨 Soothing pastel theme to use within your projects!
Go to file
Hamothy 26fe0a4789
feat: add `nim` library
ref: https://github.com/catppuccin/catppuccin/issues/2027
2023-04-28 18:05:55 +01:00
afpalette update Affinity palettes 2022-05-29 19:16:39 +02:00
clr feat: update GIMP/Krita/Inkscape to 0.2.0, add Sip and macOS Color Picker 2022-08-05 13:20:08 +02:00
css feat: add raw value for use in css and update css palette (#36) 2023-01-19 15:47:39 +01:00
gpl feat: update GIMP/Krita/Inkscape to 0.2.0, add Sip and macOS Color Picker 2022-08-05 13:20:08 +02:00
less chore(less): cleanup (#48) 2023-04-02 05:54:56 +02:00
png update PNG palettes 2022-05-29 19:16:59 +02:00
procreate style: reformat after editorconfig change 2022-12-29 20:29:09 +01:00
scss feat: include sass in npm package 2023-02-05 22:34:31 +01:00
sip fix(sip): use unique UUID for each colour 2022-08-23 03:38:21 +02:00
.editorconfig chore: update .editorconfig 2022-09-27 02:41:54 +02:00
.gitignore build: add standard-version & enable package-lock 2023-03-03 03:56:43 +01:00
CHANGELOG.md chore(release): 0.1.8 2023-04-02 06:08:25 +02:00
LICENSE Initial commit 2021-11-06 22:51:38 -05:00
Makefile added makefile 2022-05-21 13:06:27 -05:00
README.md feat: add `nim` library 2023-04-28 18:05:55 +01:00
builder.js feat: add raw value for use in css and update css palette (#36) 2023-01-19 15:47:39 +01:00
esbuild.js feat: npm package: hybrid cjs+esm support (#14) 2022-06-13 06:48:36 +00:00
index.d.ts feat: declaration file for types 2022-05-21 15:34:27 -05:00
index.js feat: add raw value for use in css and update css palette (#36) 2023-01-19 15:47:39 +01:00
package-lock.json chore(release): 0.1.8 2023-04-02 06:08:25 +02:00
package.json chore(release): 0.1.8 2023-04-02 06:08:25 +02:00
palette-porcelain.json feat: add machine-readable palette (#45) 2023-04-02 03:03:16 +02:00
palette.json feat: add raw value for use in css and update css palette (#36) 2023-01-19 15:47:39 +01:00
porcelain.jq feat: add machine-readable palette (#45) 2023-04-02 03:03:16 +02:00
test.js feat: node package + reorganized everything 2022-05-15 19:14:56 -05:00

README.md

Logo
Catppuccin Palettes

Available formats

Usage

Node Package

# npm
npm install @catppuccin/palette
# yarn
yarn add @catppuccin/palette

Example: test.js

import {variants, labels} from '@catppuccin/palette'

console.log(variants.latte.lavender.hex) // #7287FD
console.log(labels.base.macchiato.hex) // #24273A

CSS

Import the palettes:

/* directly from the file */
@import "@catppuccin/palette/style";
/* or using unpkg.com */
@import url('https://unpkg.com/@catppuccin/palette/css/catppuccin.css');

Then use them:

body {
	color: var(--ctp-mocha-text);
	background: var(--ctp-frappe-base);
}

Sass

The usage instructions for Sass are documented here, in the scss folder.

Affinity

  1. Clone this repository locally
  2. Open a file in the afpalette folder. If you have multiple Affinity products installed, you can choose to import it as a System palette

Aseprite / LibreSprite

  1. Clone this repository locally
  2. Open Palette Options
  3. Select "Load Palette" from the menu
  4. Open a file in gpl/ in the dialog that appears

Gimp

  1. Clone this repository locally
  2. Navigate to Edit > Preferences > Folders > Palettes in GIMP
  3. Select the folder with the 'x' and press "Show file location in the file manager" (the rightmost button)
  4. Copy the files in gpl/ to this folder

Inkscape

  1. Clone this repository locally
  2. Navigate to Edit > Preferences > System > User palettes in Inkscape
  3. Press the "Open" button next to the folder path
  4. Copy the files in gpl/ to this folder

Krita

  1. Clone this repository locally
  2. Navigate to Settings > Dockers > Palette in Krita
  3. Open the "Choose Palette" button in the bottom left corner of Palette docker
  4. Select "Import a new palette from file"
  5. Open a file in gpl/ in the dialog that appears

macOS Color Picker

  1. Clone this repository locally
  2. cd into the repo directory
  3. Run the following command in terminal, to copy the files into the library:
cp -r clr/* ~/Library/Colors

Sip

  1. Clone this repository locally
  2. Open the sip/ folder
  3. Open the .palette files, and Sip will import the palettes

💝 Thanks to

 

Copyright © 2021-present Catppuccin Org