🎨 Soothing pastel theme to use within your projects!
Go to file
2022-08-02 10:28:48 +02:00
afpalette update Affinity palettes 2022-05-29 19:16:39 +02:00
ase feat: node package + reorganized everything 2022-05-15 19:14:56 -05:00
css feat: node package + reorganized everything 2022-05-15 19:14:56 -05:00
gpl feat: node package + reorganized everything 2022-05-15 19:14:56 -05:00
kpl feat: node package + reorganized everything 2022-05-15 19:14:56 -05:00
lib feat: node package + reorganized everything 2022-05-15 19:14:56 -05:00
png update PNG palettes 2022-05-29 19:16:59 +02:00
scss feat: node package + reorganized everything 2022-05-15 19:14:56 -05:00
.editorconfig added editorconfig file 2021-11-11 18:28:38 -05:00
.gitignore feat: npm package: hybrid cjs+esm support (#14) 2022-06-13 06:48:36 +00:00
.npmrc feat: node package + reorganized everything 2022-05-15 19:14:56 -05:00
builder.js feat: updated text on frappe, macchiato and mocha 2022-05-28 18:49:30 -05: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 fix: blue 2022-05-28 20:00:18 -05:00
LICENSE Initial commit 2021-11-06 22:51:38 -05:00
Makefile added makefile 2022-05-21 13:06:27 -05:00
package.json feat: npm package: hybrid cjs+esm support (#14) 2022-06-13 06:48:36 +00:00
palette.json feat: add JSON palette 2022-08-02 10:28:48 +02:00
README.md fix: June Clean-up issues 2022-06-20 17:31:05 -05:00
test.js feat: node package + reorganized everything 2022-05-15 19:14:56 -05:00

Logo
Catppuccin Palettes

Available formats

  • Node Package
  • CSS
  • Gimp
  • Krita
  • Inkscape
  • Aseprite/LibreSprite
  • Affinity
  • PNG
  • Sass

Usage

Node Package

npm install @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:

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

Then use them:

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

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 "Catppuccin.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 Catppuccin.kpl from the dialog that appears

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 "Catppuccin.gpl" to this folder

Aseprite

  1. Clone this repository locally
  2. Open Palette Options
  3. Select "Load Palette" from the menu
  4. Open Catppuccin.ase from the dialog that appears

💝 Thanks to

 

Copyright © 2021-present Catppuccin Org