Faded Passion Color Palette

Discover the beautiful Faded Passion color palette featuring puce (#c67b90), manhattan (#f5b7a3), astra (#f9e5b3), saffron (#f4cf3e) and galliano (#d3ab0d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Peach, Pink, Retro, Soft, Spring, Vintage, Warm, Yellow 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 Faded Passion palette

Share this palette to:

💻 Faded Passion color palette CSS

/* CSS */
.color-1 {
color: #c67b90;
}
.color-2 {
color: #f5b7a3;
}
.color-3 {
color: #f9e5b3;
}
.color-4 {
color: #f4cf3e;
}
.color-5 {
color: #d3ab0d;
}

/* CSS Variables */
:root {
--color-1: #c67b90;
--color-2: #f5b7a3;
--color-3: #f9e5b3;
--color-4: #f4cf3e;
--color-5: #d3ab0d;
}

🌈 Faded Passion background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c67b90, #f5b7a3, #f9e5b3, #f4cf3e, #d3ab0d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c67b90, #f5b7a3, #f9e5b3, #f4cf3e, #d3ab0d);
}

Faded Passion color palette created on .