Skip to content

SarahSibert/tw-rosy-flamingo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tailwind CSS Rosy Flamingo Palette

This plugin adds the Rosy Flamingo colour palette (from https://www.canva.com/colors/color-palettes/rosy-flamingo/) to the Tailwind colour palette.

Installation

npm install sarahsibert/tw-rosy-flamingo

tailwind.config.js

module.exports = {
  plugins: [
      require('tw-rosy-flamingo'),
  ],
};

Usage

  <div class="space-y-6">
      <button class="bg-rf-wenge px-4 py-2 rounded text-white">
          Wenge
      </button>
      <button class="bg-rf-spanishGray px-4 py-2 rounded text-white">
          Spanish Gray
      </button>
      <button class="bg-rf-champagnePink px-4 py-2 rounded text-rf-wenge">
          Champagne Pink
      </button>
      <button class="bg-rf-paleChestnut px-4 py-2 rounded text-rf-wenge">
          Pale Chestnut
      </button>
  </div>

Will result in something similar to this:

rosyFlamingo

About

Adds the Rosy Flamingo colour palette to the Tailwind config.

Resources

License

Stars

Watchers

Forks

Packages

No packages published