Minimalist Earthy

#FFFCF2
#CCC5B9
#403D39
#252422
#EB5E28

How to use this palette

CSS Variables

:root {
  --color-1: #FFFCF2;
  --color-2: #CCC5B9;
  --color-3: #403D39;
  --color-4: #252422;
  --color-5: #EB5E28;
}

Tailwind CSS Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        palette: {
          '1': '#FFFCF2',
          '2': '#CCC5B9',
          '3': '#403D39',
          '4': '#252422',
          '5': '#EB5E28'
        }
      }
    }
  }
}

Palette Information

Name
Minimalist Earthy
ID
minimalist-earthy
Categories
Earthy, Minimal, Natural
Number of Colors
5
Earthy
Minimal
Natural