Discover the beautiful Brown Ink color palette featuring yellow metal (#7a5b3e), tan (#d1b389), mandys pink (#f2d5ba), tonys pink (#e9a08b) and tawny port (#7a2a3e).

Brown Ink Color Palette

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics with 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

Explore how the Brown Ink palette works in real UI components and design elements.

UI Examples

Explore beautiful UI components with Brown Ink palette

Share this palette to:

💻 Brown Ink color palette CSS

/* CSS */
.color-1 {
color: #7a5b3e;
}
.color-2 {
color: #d1b389;
}
.color-3 {
color: #f2d5ba;
}
.color-4 {
color: #e9a08b;
}
.color-5 {
color: #7a2a3e;
}

/* CSS Variables */
:root {
--color-1: #7a5b3e;
--color-2: #d1b389;
--color-3: #f2d5ba;
--color-4: #e9a08b;
--color-5: #7a2a3e;
}

🌈 Brown Ink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7a5b3e, #d1b389, #f2d5ba, #e9a08b, #7a2a3e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7a5b3e, #d1b389, #f2d5ba, #e9a08b, #7a2a3e);
}

Brown Ink color palette created on .