Withered Roses Color Palette

Discover the beautiful Withered Roses color palette featuring mulled wine (#6a4b77), turkish rose (#b77b8e), eunry (#d3a39c), pancho (#f2d5bb) and wheat (#f6e4c1).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withEarthy, Muted, Pink, Roses, Soft, Vintage, Warm, Withered 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 Withered Roses palette

Share this palette to:

💻 Withered Roses color palette CSS

/* CSS */
.color-1 {
color: #6a4b77;
}
.color-2 {
color: #b77b8e;
}
.color-3 {
color: #d3a39c;
}
.color-4 {
color: #f2d5bb;
}
.color-5 {
color: #f6e4c1;
}

/* CSS Variables */
:root {
--color-1: #6a4b77;
--color-2: #b77b8e;
--color-3: #d3a39c;
--color-4: #f2d5bb;
--color-5: #f6e4c1;
}

🌈 Withered Roses background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a4b77, #b77b8e, #d3a39c, #f2d5bb, #f6e4c1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a4b77, #b77b8e, #d3a39c, #f2d5bb, #f6e4c1);
}

Withered Roses color palette created on .