lightpolishedprofessionalgradient-heavy
Stripe Colors & Fonts
What colors and fonts does Stripe use? Payment infrastructure for the internet. Clean gradients, polished.
Stripe Color Palette
Primary: #635BFF
Primary
#635BFFBrand, buttons
Background
#FFFFFFMain background
Surface
#F6F9FCCards, sections
Border
#E6E6E6Dividers
Text Primary
#0A2540Headings
Text Secondary
#425466Body text
What Font Does Stripe Use?
Stripe uses Söhne and Söhne
Headings
Söhne
600custom
Body Text
Söhne
400custom
Code
Söhne Mono
400custom
Spacing & Radius
Spacing Scale
Base: 4px
48162432486496
Border Radius
Small
4pxMedium
8pxLarge
16pxStripe Tailwind Config
Copy this config to your project
// tailwind.config.js
module.exports = {
theme: {
extend: {
colors: {
'primary': '#635BFF',
'background': '#FFFFFF',
'surface': '#F6F9FC',
'border': '#E6E6E6',
'text-primary': '#0A2540',
'text-secondary': '#425466',
},
fontFamily: {
'heading': ['Söhne', 'sans-serif'],
'body': ['Söhne', 'sans-serif'],
'mono': ['Söhne Mono', 'sans-serif'],
},
},
},
}Extract Stripe'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