darkminimalprofessionaldeveloper-focused
Linear Colors & Fonts
What colors and fonts does Linear use? The issue tracking tool loved by developers. Dark, minimal, fast.
Linear Color Palette
Primary: #5E6AD2
Primary
#5E6AD2Buttons, links, accents
Background
#0A0A0BMain background
Surface
#1A1A1CCards, modals
Border
#2A2A2DDividers, borders
Text Primary
#FFFFFFHeadings
Text Secondary
#8A8A8ABody text, captions
What Font Does Linear Use?
Linear uses Inter and Inter
Headings
Inter
600google
Body Text
Inter
400google
Code
JetBrains Mono
400google
Spacing & Radius
Spacing Scale
Base: 4px
48121624324864
Border Radius
Small
4pxMedium
8pxLarge
12pxLinear Tailwind Config
Copy this config to your project
// tailwind.config.js
module.exports = {
theme: {
extend: {
colors: {
'primary': '#5E6AD2',
'background': '#0A0A0B',
'surface': '#1A1A1C',
'border': '#2A2A2D',
'text-primary': '#FFFFFF',
'text-secondary': '#8A8A8A',
},
fontFamily: {
'heading': ['Inter', 'sans-serif'],
'body': ['Inter', 'sans-serif'],
'mono': ['JetBrains Mono', 'sans-serif'],
},
},
},
}Extract Linear's Full Design
Get pixel-perfect colors, fonts, and spacing extracted directly from the live site. Ready for Tailwind and Cursor AI.
Get PromptUI — $19One-time payment · 20 extractions · No subscription
Similar Design Systems
Explore more design systems
Updated: 2025-01-15