Rustic Rosewood Color Palette

Discover the beautiful Rustic Rosewood color palette featuring cameo (#e0c4a9), roman coffee (#7c4b4b), parchment (#f1e2d5), au chico (#9b5968) and coral reef (#c4b59c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeige, Brown, Earthy, Pink, Warm 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 Rustic Rosewood palette

Share this palette to:

💻 Rustic Rosewood color palette CSS

/* CSS */
.color-1 {
color: #e0c4a9;
}
.color-2 {
color: #7c4b4b;
}
.color-3 {
color: #f1e2d5;
}
.color-4 {
color: #9b5968;
}
.color-5 {
color: #c4b59c;
}

/* CSS Variables */
:root {
--color-1: #e0c4a9;
--color-2: #7c4b4b;
--color-3: #f1e2d5;
--color-4: #9b5968;
--color-5: #c4b59c;
}

🌈 Rustic Rosewood background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0c4a9, #7c4b4b, #f1e2d5, #9b5968, #c4b59c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0c4a9, #7c4b4b, #f1e2d5, #9b5968, #c4b59c);
}

Rustic Rosewood color palette created on .