🎨 Bootstrap Colors

Custom Color Utilities & Button Library

Built on Bootstrap 5.3 • Production Ready • 583 CSS Classes

View on GitHub

📦 Project Overview

A comprehensive collection of color utilities and button classes built on Bootstrap 5.3, featuring per-shade color control, stunning hover effects, and production-ready components. All utilities are additive and don't override Bootstrap's default styles.

583
Total CSS Classes
495
Color Utilities
88
Button Variants
99
Color Shades

🎬 Interactive Demos

Explore the complete library with these interactive demonstrations:

✨ Key Features

🎨 Color Utilities (colors.css)

🔘 Button Classes (buttons.css)

🚀 General Features

🚀 Quick Start

Get started in three simple steps:

1. Build the CSS

npm install
npm run build:css

2. Include in Your HTML

<link rel="stylesheet" href="public/css/bootstrap.css" />
<link rel="stylesheet" href="public/css/colors.css" />
<link rel="stylesheet" href="public/css/buttons.css" />

3. Use the Classes

<!-- Color utilities -->
<p class="text-blue-600">Blue text</p>
<div class="bg-indigo-200">Light indigo background</div>

<!-- Button classes -->
<button class="btn btn-blue">Solid Button</button>
<button class="btn btn-hover-purple">Hover Effect</button>
<button class="btn btn-glow-red">Glowing Button</button>

📚 Documentation

Comprehensive guides and references for all features:

🎯 Use Cases

Perfect for a wide variety of projects:

🛒 E-commerce

Product cards, CTAs, badges, status indicators

📊 Dashboards

Metrics, charts, status cards, data visualization

📝 Forms

Input validation, submit buttons, field states

📱 Apps

UI components, notifications, action buttons

🎮 Games

Buttons, score displays, achievement badges

📰 Content Sites

Tags, categories, author cards, CTAs