styleColor Scheme

Brutalist Colorful

A colorful brutalist palette that clashes bold hues intentionally. Breaks design rules with unapologetic vibrancy and contrast.

#eab308
#ffffff
#1d4ed8
#18181b
#ef4444

Color Breakdown

Role

background

Name

Yellow 500

Hex

#eab308

Tailwind

bg-yellow-500

Role

surface

Name

White

Hex

#ffffff

Tailwind

bg-white

Role

primary

Name

Blue 700

Hex

#1d4ed8

Tailwind

text-blue-700

Role

secondary

Name

Zinc 900

Hex

#18181b

Tailwind

text-zinc-900

Role

accent

Name

Red 500

Hex

#ef4444

Tailwind

bg-red-500

Live Preview

Welcome Back

This is a live preview of the Brutalist Colorful color scheme applied to a sample card component. See how the colors work together in a realistic UI context.

Design Rationale

Yellow background with blue text deliberately breaks conventional design harmony. Red accents amplify the confrontational, rule-breaking brutalist spirit.

Use Cases

Art collective sitesExperimental portfoliosAvant-garde brands

CSS Variables

CSS
:root {
  --background: #eab308;
  --surface: #ffffff;
  --primary: #1d4ed8;
  --secondary: #18181b;
  --accent: #ef4444;
}

Tailwind Config

JavaScript
// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'brutalist-colorful': {
  'background': '#eab308',  // bg-yellow-500
  'surface': '#ffffff',  // bg-white
  'primary': '#1d4ed8',  // text-blue-700
  'secondary': '#18181b',  // text-zinc-900
  'accent': '#ef4444',  // bg-red-500
        },
      },
    },
  },
};

Related Color Schemes

Build with This Scheme

Use our palette generator to customize and extend this color scheme for your project.

Open Palette Generator

Frequently Asked Questions

Can clashing colors be good design?
In brutalist design, intentional color clashes create visual tension and memorability that polished palettes cannot achieve.