💨 Soothing pastel theme for CSS
Find a file
2025-06-09 12:35:52 -06:00
themes v0.1.0 build tool and themes, not on npm yet 2025-06-09 12:35:52 -06:00
.gitignore v0.1.0 build tool and themes, not on npm yet 2025-06-09 12:35:52 -06:00
.tool-versions v0.1.0 build tool and themes, not on npm yet 2025-06-09 12:35:52 -06:00
CONTRIBUTING.md v0.1.0 build tool and themes, not on npm yet 2025-06-09 12:35:52 -06:00
index.js v0.1.0 build tool and themes, not on npm yet 2025-06-09 12:35:52 -06:00
LICENSE Initial commit 2025-06-09 09:34:41 -06:00
package-lock.json v0.1.0 build tool and themes, not on npm yet 2025-06-09 12:35:52 -06:00
package.json v0.1.0 build tool and themes, not on npm yet 2025-06-09 12:35:52 -06:00
README.md v0.1.0 build tool and themes, not on npm yet 2025-06-09 12:35:52 -06:00

Catppuccin logo of a smiling black cat with a bowtie over a striped rainbow of pastel colors
 

Note: Using TailwindCSS in your project? Check out @catppuccin/tailwindcss.

Usage

  1. 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-Frappé.hex.css
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-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

  1. 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-Frappé.hex.css");
@import url("./Catppuccin-Mocha.hex.css") (prefers-color-scheme: dark);
  1. 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);
}

Contributing

See CONTRIBUTING.md and thanks for the interest!

Bonus: Customizing an optional CSS variable prefix is available.

 

Copyright © 2021-present Catppuccin Org