Renaissance Color Palette

Discover the beautiful Renaissance color palette featuring pancho (#e9c8a0), whiskey (#d4aa73), brown rust (#b85e3d), sanguine brown (#8c3b3b) and cocoa bean (#5b1f20).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withGold, Amber, Earthy, Vintage, Deep, Autumn, Red, Brown 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 Renaissance palette

Share this palette to:

💻 Renaissance color palette CSS

/* CSS */
.color-1 {
color: #e9c8a0;
}
.color-2 {
color: #d4aa73;
}
.color-3 {
color: #b85e3d;
}
.color-4 {
color: #8c3b3b;
}
.color-5 {
color: #5b1f20;
}

/* CSS Variables */
:root {
--color-1: #e9c8a0;
--color-2: #d4aa73;
--color-3: #b85e3d;
--color-4: #8c3b3b;
--color-5: #5b1f20;
}

🌈 Renaissance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e9c8a0, #d4aa73, #b85e3d, #8c3b3b, #5b1f20);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e9c8a0, #d4aa73, #b85e3d, #8c3b3b, #5b1f20);
}

Renaissance color palette created on .