Palette · pastel · playful · light
Pastel Pop
Soft lilac, mint and peach for friendly, approachable products — playful without being childish.
Copy as
Usage system
Everything you need to wire this palette into a real project, not just the colors.
CSS variables
:root {
--color-bg: #FDF7FF;
--color-surface: #FFFFFF;
--color-primary: #A78BFA;
--color-accent: #5EE6C5;
--color-text: #2E2A38;
--color-muted: #8B8499;
} Tailwind config
// tailwind.config.js
module.exports = {
theme: {
extend: {
colors: {
bg: '#FDF7FF',
surface: '#FFFFFF',
primary: '#A78BFA',
accent: '#5EE6C5',
text: '#2E2A38',
muted: '#8B8499',
},
},
},
}; Font pairing Quicksand / heading · Nunito Sans / body
Corner radius 20px
Spacing scale 4px base · 4 / 8 / 16 / 24 / 32
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.