Palette · minimal · warm · light
Amber Minimal
A restrained near-white system warmed by a single amber primary — minimalism with a hint of heat, made for content and docs.
Copy as
Building with shadcn/ui?
Install Amber Minimal as a real theme — light and dark, OKLCH tokens, contrast checked.
Usage system
Everything you need to wire this palette into a real project, not just the colors.
CSS variables
:root {
--color-bg: #FFFFFF;
--color-surface: #FAFAF9;
--color-primary: #D97706;
--color-accent: #0F766E;
--color-text: #1C1917;
--color-muted: #78716C;
} Tailwind config
// tailwind.config.js
module.exports = {
theme: {
extend: {
colors: {
bg: '#FFFFFF',
surface: '#FAFAF9',
primary: '#D97706',
accent: '#0F766E',
text: '#1C1917',
muted: '#78716C',
},
},
},
}; 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.