💨 Soothing pastel theme for CSS
assets | ||
example | ||
themes | ||
.gitignore | ||
.tool-versions | ||
CONTRIBUTING.md | ||
index.js | ||
LICENSE | ||
package-lock.json | ||
package.json | ||
README.md |
Preview
🌻 Latte

🪴 Frappé

🌺 Macchiato

🌿 Mocha

Usage
Note: Using TailwindCSS in your project? Check out @catppuccin/tailwindcss.
- Copy the theme files from this repository:
# There are .hex, .rgb, and .hsl options. When in doubt, .hex is simplest but less flexible in some cases
wget -P ./ https://git.basking.monster/gaiety/catppuccin-css/raw/branch/main/themes/Catppuccin-Latte.hex.css
wget -P ./ https://git.basking.monster/gaiety/catppuccin-css/raw/branch/main/themes/Catppuccin-Frappé.hex.css
wget -P ./ https://git.basking.monster/gaiety/catppuccin-css/raw/branch/main/themes/Catppuccin-Macchiato.hex.css
wget -P ./ https://git.basking.monster/gaiety/catppuccin-css/raw/branch/main/themes/Catppuccin-Mocha.hex.css
...or install with NPM and import from the module
- Import it in your CSS
/* if installing from NPM, url may look something like "./node_modules/@catppuccin/css/themes/Catppuccin-Frappé.hex.css" */
@import url("./Catppuccin-Latte.hex.css");
@import url("./Catppuccin-Frappé") (prefers-color-scheme: dark) and (prefers-contrast: less);
@import url("./Catppuccin-Macchiato") (prefers-color-scheme: dark);
@import url("./Catppuccin-Mocha.hex.css") (prefers-color-scheme: dark) and (prefers-contrast: more);
- Use it in your styles!
body {
/* If using RGB or HSL options, wrap var in the appropriate CSS wrapper, ex: rgba(var(--overlay-2, 0.5)) */
color: var(--text);
background-color: var(--mantle);
}
🙋 FAQ
- Q: "How can I add a variable prefix?"
A: See CONTRIBUTING.md for instructions on how to build themes from source with a prefix, ex:var(--myprefix-text);
Contributing
See CONTRIBUTING.md and thanks for the interest!
💝 Thanks to
Copyright © 2021-present Catppuccin Org