Funeral Elegance Color Palette

Discover the beautiful Funeral Elegance color palette featuring livid brown (#4a2b36), falcon (#7e5d6d), del rio (#b39899), wafer (#e1d6d0) and hint of red (#f5f1f0).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlack, Maroon, Beige, Cream 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 Funeral Elegance palette

Share this palette to:

💻 Funeral Elegance color palette CSS

/* CSS */
.color-1 {
color: #4a2b36;
}
.color-2 {
color: #7e5d6d;
}
.color-3 {
color: #b39899;
}
.color-4 {
color: #e1d6d0;
}
.color-5 {
color: #f5f1f0;
}

/* CSS Variables */
:root {
--color-1: #4a2b36;
--color-2: #7e5d6d;
--color-3: #b39899;
--color-4: #e1d6d0;
--color-5: #f5f1f0;
}

🌈 Funeral Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a2b36, #7e5d6d, #b39899, #e1d6d0, #f5f1f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a2b36, #7e5d6d, #b39899, #e1d6d0, #f5f1f0);
}

Funeral Elegance color palette created on .