Palette · soft · purple · playful
Clay
Soft lavender surfaces, a gentle violet primary and generous rounding — the puffy, claymorphic look that reads friendly and tactile.
Copy as
Building with shadcn/ui?
Install Clay 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: #F4F1FB;
--color-surface: #FFFFFF;
--color-primary: #8B7CF6;
--color-accent: #F4A9C7;
--color-text: #2A2440;
--color-muted: #736C90;
} Tailwind config
// tailwind.config.js
module.exports = {
theme: {
extend: {
colors: {
bg: '#F4F1FB',
surface: '#FFFFFF',
primary: '#8B7CF6',
accent: '#F4A9C7',
text: '#2A2440',
muted: '#736C90',
},
},
},
}; Font pairing Poppins / heading · Nunito Sans / body
Corner radius 24px
Spacing scale 4px base · 8 / 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.