Tailwind color field is a Statamic addon that lets you define your Tailwind colors and use them in your blueprints.
Field in action:
Add this addon by running the following command in your terminal:
composer require pixelpillow/statamic-tailwind-color-field
You can add the fieldtype to your blueprints like you would any other fieldtype that is already part of Statamic. For configuration, you simply add the Tailwind color fieldtype to your blueprint's fieldset. The fieldtype has the following configuration options:
... and that's it! You can now use the fieldtype in your blueprints.