lightcolorfulfriendlydata-focused
Airtable Colors & Fonts
What colors and fonts does Airtable use? Spreadsheet-database hybrid. Colorful, friendly, data-focused.
Airtable Color Palette
Primary: #18BFFF
Primary
#18BFFFBrand, buttons
Background
#FFFFFFMain background
Surface
#F8F8F8Tables, cards
Border
#E5E5E5Grid lines
Text Primary
#333333Headings
Text Secondary
#666666Body text
Yellow
#FCB400Highlights
Green
#20C933Success states
What Font Does Airtable Use?
Airtable uses Inter and Inter
Headings
Inter
600google
Body Text
Inter
400google
Code
SF Mono
400system
Spacing & Radius
Spacing Scale
Base: 4px
48121624324864
Border Radius
Small
4pxMedium
6pxLarge
8pxAirtable Tailwind Config
Copy this config to your project
// tailwind.config.js
module.exports = {
theme: {
extend: {
colors: {
'primary': '#18BFFF',
'background': '#FFFFFF',
'surface': '#F8F8F8',
'border': '#E5E5E5',
'text-primary': '#333333',
'text-secondary': '#666666',
'yellow': '#FCB400',
'green': '#20C933',
},
fontFamily: {
'heading': ['Inter', 'sans-serif'],
'body': ['Inter', 'sans-serif'],
'mono': ['SF Mono', 'sans-serif'],
},
},
},
}Extract Airtable'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