Palette · mono · minimal · professional
Mono Slate
A grayscale system with one cool-blue accent — the safest choice for content-heavy, no-nonsense interfaces.
Copy as
Usage system
Everything you need to wire this palette into a real project, not just the colors.
CSS variables
:root {
--color-bg: #F8FAFC;
--color-surface: #FFFFFF;
--color-primary: #334155;
--color-accent: #2563EB;
--color-text: #0F172A;
--color-muted: #64748B;
} Tailwind config
// tailwind.config.js
module.exports = {
theme: {
extend: {
colors: {
bg: '#F8FAFC',
surface: '#FFFFFF',
primary: '#334155',
accent: '#2563EB',
text: '#0F172A',
muted: '#64748B',
},
},
},
}; Font pairing Inter / heading · Inter / body
Corner radius 8px
Spacing scale 4px base · 4 / 8 / 12 / 16 / 24 / 32 / 48
In context
New
Build better, faster
A card, a heading, a button and a hint of text — the palette doing real work.
Found one you like? Pair it with a template, generate a matching background in the gradient generator, or browse all palettes.