@catppuccin/palette
Advanced tools
Weekly downloads
Changelog
Readme
# 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
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);
}
The usage instructions for Sass are documented here, in the scss
folder.
afpalette
folder. If you have multiple Affinity products
installed, you can choose to import it as a System palettegpl/
in the dialog that appearsgpl/
to this foldergpl/
to this foldergpl/
in the dialog that appearscd
into the repo directorycp -r clr/* ~/Library/Colors
sip/
folder.palette
files, and Sip will import the palettes
Copyright © 2021-present Catppuccin Org
FAQs
Soothing pastel themes for the high-spirited!
The npm package @catppuccin/palette receives a total of 919 weekly downloads. As such, @catppuccin/palette popularity was classified as not popular.
We found that @catppuccin/palette demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 5 open source maintainers collaborating on the project.
Did you know?
Socket installs a Github app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.