Small Cozy Cafe Color Palette

Discover the beautiful Small Cozy Cafe color palette featuring tacao (#e8b47d), whiskey (#d7a870), muddy waters (#b57e5e), roman coffee (#7d604f) and masala (#4a3d3a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBrown, Warm, Earthy, Amber, Light Autumn, Neutral, Soft, Retro color palettes and combinations.

💡 What You Can Do

ColorMagic makes it easy to:
  • •Copy precise HEX codes and RGB values for your designs
  • •Adjust its brightness, saturation, and warmth to create new variations
  • •Preview UI components to see how colors work in real interfaces
  • •Copy CSS code including background gradients and color variables
  • •Download the palette
  • •Share your palette with team members and clients

🎨 Preview UI Components

UI Examples

Explore beautiful UI components with Small Cozy Cafe palette

Share this palette to:

💻 Small Cozy Cafe color palette CSS

/* CSS */
.color-1 {
color: #e8b47d;
}
.color-2 {
color: #d7a870;
}
.color-3 {
color: #b57e5e;
}
.color-4 {
color: #7d604f;
}
.color-5 {
color: #4a3d3a;
}

/* CSS Variables */
:root {
--color-1: #e8b47d;
--color-2: #d7a870;
--color-3: #b57e5e;
--color-4: #7d604f;
--color-5: #4a3d3a;
}

🌈 Small Cozy Cafe background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e8b47d, #d7a870, #b57e5e, #7d604f, #4a3d3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e8b47d, #d7a870, #b57e5e, #7d604f, #4a3d3a);
}

Small Cozy Cafe color palette created on .