Whispers of Amour Color Palette

Discover the beautiful Whispers of Amour color palette featuring burning sand (#d88d6f), contessa (#c66d5d), tapestry (#a85d7b), affair (#7c4b9b) and waikawa gray (#5b6fa9).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Autumn, Coral, Deep, Light 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 Whispers of Amour palette

Share this palette to:

💻 Whispers of Amour color palette CSS

/* CSS */
.color-1 {
color: #d88d6f;
}
.color-2 {
color: #c66d5d;
}
.color-3 {
color: #a85d7b;
}
.color-4 {
color: #7c4b9b;
}
.color-5 {
color: #5b6fa9;
}

/* CSS Variables */
:root {
--color-1: #d88d6f;
--color-2: #c66d5d;
--color-3: #a85d7b;
--color-4: #7c4b9b;
--color-5: #5b6fa9;
}

🌈 Whispers of Amour background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d88d6f, #c66d5d, #a85d7b, #7c4b9b, #5b6fa9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d88d6f, #c66d5d, #a85d7b, #7c4b9b, #5b6fa9);
}

Whispers of Amour color palette created on .