A comprehensive showcase of our custom color palette and component library built with Next.js, TypeScript, and Tailwind CSS.
hsl(220 100% 100%)
hsl(220 100% 97%)
hsl(220 59% 91%)
hsl(226 85% 7%)
hsl(220 26% 31%)
hsl(221 49% 33%)
hsl(44 100% 14%)
hsl(147 19% 36%)
hsl(52 23% 34%)
hsl(9 21% 41%)
hsl(217 22% 41%)
hsl(220 19% 53%)
hsl(220 27% 65%)
The primary sans-serif font, optimized for UI and high readability at all sizes. Perfect for headings, body text, and interface elements.
Primary • Sans-serif • UI optimized
A modern monospace font designed for developers, with excellent character distinction and programming ligatures.
Monospace • Code • Ligatures
H1 • scroll-m-20 text-4xl font-extrabold tracking-tight lg:text-5xl
H2 • scroll-m-20 border-b pb-2 text-3xl font-semibold tracking-tight
H3 • scroll-m-20 text-2xl font-semibold tracking-tight
H4 • scroll-m-20 text-xl font-semibold tracking-tight
This is a lead paragraph that introduces the main content. It's slightly larger and uses muted colors to create visual hierarchy while maintaining excellent readability.
Lead • text-xl text-muted-foreground
Regular body text with optimized line height and spacing. Inter font provides excellent readability at all sizes, with carefully balanced character shapes and spacing that work well for both short and long-form content.
Body • leading-7 [&:not(:first-child)]:mt-6
Large • text-lg font-semibold
Small • text-sm font-medium leading-none
Inline code like npm install @shadcn/ui is displayed with our modern monospace font.
Inline Code • relative rounded bg-muted px-[0.3rem] py-[0.2rem] font-mono
// Modern code block with syntax highlighting
const modernTypography = {
fontFamily: "Inter, sans-serif",
fontSize: "16px",
lineHeight: "1.5",
letterSpacing: "-0.025em"
};Code Block • pre + bg-muted p-4 font-mono
"Typography is the craft of endowing human language with a durable visual form, and thus with an independent existence." - Robert Bringhurst
Blockquote • mt-6 border-l-2 pl-6 italic
List • my-6 ml-6 list-disc [>li]:mt-2
Optimized font sizes, line heights, and letter spacing for better reading experience.
Contextual alternates, ligatures, and stylistic sets for professional typography.
Optimized font loading with swap display and preloading strategies.
High contrast ratios and clear character distinction for better accessibility.
This is the card content area where you can place any information or components.
This card uses the success color for its border styling.
This card uses the danger color for its border styling.
Your changes have been saved successfully.
Here's some important information you should know.
Please review your settings before proceeding.
Something went wrong. Please try again.
Design System Demo • Built with Next.js, TypeScript & Tailwind CSS