Skip to content

Instantly share code, notes, and snippets.

View IdraDev's full-sized avatar
🎯
Focusing

Kevin IdraDev

🎯
Focusing
View GitHub Profile
@IdraDev
IdraDev / tailwindcss_hex_colors.css
Created October 28, 2025 10:42
🎨 TailwindCSS v4 Default Theme Colors in HEX
@theme {
/* Red Colors */
--color-red-50: #fef2f2;
--color-red-100: #fee2e2;
--color-red-200: #fecaca;
--color-red-300: #fca5a5;
--color-red-400: #f87171;
--color-red-500: #ef4444;
--color-red-600: #dc2626;
--color-red-700: #b91c1c;