Crimson Ember Tapestry Color Palette

Discover the beautiful Crimson Ember Tapestry color palette featuring oriental pink (#c39792), au chico (#945c57), lotus (#723e3c), merlot (#7a1a1f) and cocoa bean (#511f25).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBurgundy, Warm, Earthy, Rustic, Vintage, 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 Crimson Ember Tapestry palette

Share this palette to:

💻 Crimson Ember Tapestry color palette CSS

/* CSS */
.color-1 {
color: #c39792;
}
.color-2 {
color: #945c57;
}
.color-3 {
color: #723e3c;
}
.color-4 {
color: #7a1a1f;
}
.color-5 {
color: #511f25;
}

/* CSS Variables */
:root {
--color-1: #c39792;
--color-2: #945c57;
--color-3: #723e3c;
--color-4: #7a1a1f;
--color-5: #511f25;
}

🌈 Crimson Ember Tapestry background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c39792, #945c57, #723e3c, #7a1a1f, #511f25);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c39792, #945c57, #723e3c, #7a1a1f, #511f25);
}

Crimson Ember Tapestry color palette created on .