Brewed Serenity Color Palette

Discover the beautiful Brewed Serenity color palette featuring roman coffee (#7a5a4d), indian khaki (#bfae8d), cashmere (#e5c9a9), parchment (#f2e3d4) and coral tree (#a86e5d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withEarthy, Warm, Brown, Beige, Autumn 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 Brewed Serenity palette

Share this palette to:

💻 Brewed Serenity color palette CSS

/* CSS */
.color-1 {
color: #7a5a4d;
}
.color-2 {
color: #bfae8d;
}
.color-3 {
color: #e5c9a9;
}
.color-4 {
color: #f2e3d4;
}
.color-5 {
color: #a86e5d;
}

/* CSS Variables */
:root {
--color-1: #7a5a4d;
--color-2: #bfae8d;
--color-3: #e5c9a9;
--color-4: #f2e3d4;
--color-5: #a86e5d;
}

🌈 Brewed Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7a5a4d, #bfae8d, #e5c9a9, #f2e3d4, #a86e5d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7a5a4d, #bfae8d, #e5c9a9, #f2e3d4, #a86e5d);
}

Brewed Serenity color palette created on .