Color palette

Muted 16 Color Palette

MutedEditorialModern
Primary#8EE1AB
Accent#E89CB8
Surface#E7F9EF
Text#122118
Support#9D82CE

Palette Quality

Checked against practical UI roles before publishing.

91 / 100 · Usable

Review notes: Primary / Surface contrast is 1.42:1 Support / Surface contrast is 2.94:1 Primary, surface, and text roles need clearer separation.

CSS Variables

:root {
  --primary: #8EE1AB;
  --accent: #E89CB8;
  --surface: #E7F9EF;
  --text: #122118;
  --support: #9D82CE;
}

Tailwind Config

colors: {
  primary: "#8EE1AB",
  accent: "#E89CB8",
  surface: "#E7F9EF",
  text: "#122118",
  support: "#9D82CE",
}

UI Example

Product dashboardLive
Revenue$48k
Activation72%
Retention41%

Contrast Checks

Text / Surface15.28:1
Primary / Surface1.42:1
Accent / Text7.86:1

SCSS Variables

$primary: #8EE1AB;
$accent: #E89CB8;
$surface: #E7F9EF;
$text: #122118;
$support: #9D82CE;

Social Card SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1200" height="630" viewBox="0 0 1200 630">
  <rect width="1200" height="630" fill="#fbfaf7"/>
  <rect x="48" y="48" width="1104" height="534" rx="28" fill="#fff" stroke="#e8e2d6"/>
  <rect x="80" y="130" width="170" height="290" rx="14" fill="#8EE1AB"/><text x="100" y="455" fill="#171717" font-size="20" font-weight="700">#8EE1AB</text><text x="100" y="485" fill="#666" font-size="15">Primary</text><rect x="270" y="130" width="170" height="290" rx="14" fill="#E89CB8"/><text x="290" y="455" fill="#171717" font-size="20" font-weight="700">#E89CB8</text><text x="290" y="485" fill="#666" font-size="15">Accent</text><rect x="460" y="130" width="170" height="290" rx="14" fill="#E7F9EF"/><text x="480" y="455" fill="#171717" font-size="20" font-weight="700">#E7F9EF</text><text x="480" y="485" fill="#666" font-size="15">Surface</text><rect x="650" y="130" width="170" height="290" rx="14" fill="#122118"/><text x="670" y="455" fill="#171717" font-size="20" font-weight="700">#122118</text><text x="670" y="485" fill="#666" font-size="15">Text</text><rect x="840" y="130" width="170" height="290" rx="14" fill="#9D82CE"/><text x="860" y="455" fill="#171717" font-size="20" font-weight="700">#9D82CE</text><text x="860" y="485" fill="#666" font-size="15">Support</text>
  <text x="80" y="92" fill="#171717" font-family="Inter, Arial, sans-serif" font-size="34" font-weight="800">Muted 16</text>
  <text x="80" y="540" fill="#666" font-family="Inter, Arial, sans-serif" font-size="20">ColorMate by stndworks · Muted / Editorial / Modern</text>
</svg>

Similar Palettes

FAQ

What is Muted 16 best used for?

Muted 16 works well for muted, editorial, modern interfaces, websites, dashboards, and brand explorations.

Can I export this palette to CSS or Tailwind?

Yes. ColorMate provides CSS variables, Tailwind config, SCSS variables, and shareable palette artwork.

Is this palette checked for readability?

The detail page includes contrast ratios for practical UI pairings so you can review readability before using the colors.