Skip to content

Instantly share code, notes, and snippets.

View steniomoreira's full-sized avatar
🚀

Stenio Moreira steniomoreira

🚀
View GitHub Profile
@steniomoreira
steniomoreira / tailwind-colors.ts
Last active January 14, 2024 04:52
List of all default Tailwind CSS colors from the default theme v3.4.
export const colors = {
black: '#000',
white: '#fff',
slate: {
'50': '#f8fafc',
'100': '#f1f5f9',
'200': '#e2e8f0',
'300': '#cbd5e1',
'400': '#94a3b8',
'500': '#64748b',