Skip to content

spjpgrd/inkwell

 
 

Repository files navigation

Inkwell Logo

Inkwell

A gorgeous, accessible color system.

Based on Radix Colors, modified and enhanced by Sean Doran.


Features

  • 🎨 100+ carefully crafted color palettes
  • ♿ Accessible color combinations
  • 🌙 Light and dark variants
  • 📱 Alpha channel support
  • 🎯 CSS custom properties
  • 📦 TypeScript support
  • 🚀 Zero runtime dependencies

Installation

npm install @spjpgrd/inkwell
# or
yarn add @spjpgrd/inkwell
# or
pnpm add @spjpgrd/inkwell

Usage

import { amber, blue, gray } from '@spjpgrd/inkwell';

// Use the colors in your CSS
const styles = {
  backgroundColor: amber.amber9,
  color: gray.gray1,
  borderColor: blue.blue6,
};

Documentation

For full documentation, visit radix-ui.com/colors/docs.

Authors

License

MIT

About

A gorgeous, accessible color system.

Resources

License

Stars

Watchers

Forks

Languages

  • TypeScript 98.3%
  • JavaScript 1.7%