Whispers of Dusty Rose Color Palette

Discover the beautiful Whispers of Dusty Rose color palette featuring iron (#dbdbdc), pale slate (#ccc7c9), chatelle (#b8aebc), tan (#ce9e82) and amethyst smoke (#aa9eae).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withMinimalist, Boho, Autumn 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 Dusty Rose palette

Share this palette to:

💻 Whispers of Dusty Rose color palette CSS

/* CSS */
.color-1 {
color: #dbdbdc;
}
.color-2 {
color: #ccc7c9;
}
.color-3 {
color: #b8aebc;
}
.color-4 {
color: #ce9e82;
}
.color-5 {
color: #aa9eae;
}

/* CSS Variables */
:root {
--color-1: #dbdbdc;
--color-2: #ccc7c9;
--color-3: #b8aebc;
--color-4: #ce9e82;
--color-5: #aa9eae;
}

🌈 Whispers of Dusty Rose background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dbdbdc, #ccc7c9, #b8aebc, #ce9e82, #aa9eae);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dbdbdc, #ccc7c9, #b8aebc, #ce9e82, #aa9eae);
}

Whispers of Dusty Rose color palette created on .