Palette · playful · pink · green

Strawberry Matcha

A sweet pink-and-green pairing that reads fresh and modern — great for lifestyle and food brands.

Copy as

Usage system

Everything you need to wire this palette into a real project, not just the colors.

CSS variables
:root {
  --color-bg: #FFF5F7;
  --color-surface: #FFFFFF;
  --color-primary: #E85C84;
  --color-accent: #6BBF8A;
  --color-text: #33222A;
  --color-muted: #9A8088;
}
Tailwind config
// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        bg: '#FFF5F7',
        surface: '#FFFFFF',
        primary: '#E85C84',
        accent: '#6BBF8A',
        text: '#33222A',
        muted: '#9A8088',
      },
    },
  },
};
Font pairing Recoleta / heading · Inter / body
Corner radius 16px
Spacing scale 4px base · 4 / 8 / 12 / 20 / 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.