Heartwood Color Palette

Discover the beautiful Heartwood color palette featuring roman coffee (#7c4b4b), coral tree (#a85d5d), puce (#d18f8f), mandys pink (#f2bcab) and cinderella (#fce2d4).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Brown, Earthy, Nature, Neutral, Red, Soft, Warm, Wood 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 Heartwood palette

Share this palette to:

💻 Heartwood color palette CSS

/* CSS */
.color-1 {
color: #7c4b4b;
}
.color-2 {
color: #a85d5d;
}
.color-3 {
color: #d18f8f;
}
.color-4 {
color: #f2bcab;
}
.color-5 {
color: #fce2d4;
}

/* CSS Variables */
:root {
--color-1: #7c4b4b;
--color-2: #a85d5d;
--color-3: #d18f8f;
--color-4: #f2bcab;
--color-5: #fce2d4;
}

🌈 Heartwood background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7c4b4b, #a85d5d, #d18f8f, #f2bcab, #fce2d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7c4b4b, #a85d5d, #d18f8f, #f2bcab, #fce2d4);
}

Heartwood color palette created on .