Neutral Elegance
#F5F0E6
#E1D3C1
#C7B198
#8D7B68
#5C4F3D
How to use this palette
CSS Variables
:root {
--color-1: #F5F0E6;
--color-2: #E1D3C1;
--color-3: #C7B198;
--color-4: #8D7B68;
--color-5: #5C4F3D;
}
Tailwind CSS Config
// tailwind.config.js
module.exports = {
theme: {
extend: {
colors: {
palette: {
'1': '#F5F0E6',
'2': '#E1D3C1',
'3': '#C7B198',
'4': '#8D7B68',
'5': '#5C4F3D'
}
}
}
}
}
Palette Information
- Name
- Neutral Elegance
- ID
- neutral-elegance
- Categories
- Neutral, Elegant, Minimal
- Number of Colors
- 5
Neutral
Elegant
Minimal