Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hexadog/tailwind-social-colors

Social color palette for TailwindCSS
https://github.com/hexadog/tailwind-social-colors

tailwind tailwind-css tailwindcss

Last synced: about 2 months ago
JSON representation

Social color palette for TailwindCSS

Awesome Lists containing this project

README

        

# tailwind-css-social-colors
Social color palette for TailwindCSS

Standard social color = Swatch 500

_Shades generated via https://www.tints.dev/_

## Installation
Install the NPM package:

```sh
# Install using npm
npm install --save-dev @hexadog/tailwind-social-colors

# Install using yarn
yarn add -D @hexadog/tailwind-social-colors

# Install using pnpm
pnpm install -D @hexadog/tailwind-social-colors
```

## Usage
Edit your Tailwind config to extend your theme colors.

```js
// tailwind.config.js
const socialColors = require('@hexadog/tailwind-social-colors');

module.exports = {
theme: {
extend: {
colors: { ...socialColors },
}
}
}
```

Start using your social colors!
```html







```