Whispers of Dusk Color Palette

Discover the beautiful Whispers of Dusk color palette featuring thistle (#d7b7d2), london hue (#bfa3c7), lavender purple (#a68cba), bouquet (#a4799c) and melanie (#e0b2cd).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Purple, Soft, Vintage, 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 Dusk palette

Share this palette to:

💻 Whispers of Dusk color palette CSS

/* CSS */
.color-1 {
color: #d7b7d2;
}
.color-2 {
color: #bfa3c7;
}
.color-3 {
color: #a68cba;
}
.color-4 {
color: #a4799c;
}
.color-5 {
color: #e0b2cd;
}

/* CSS Variables */
:root {
--color-1: #d7b7d2;
--color-2: #bfa3c7;
--color-3: #a68cba;
--color-4: #a4799c;
--color-5: #e0b2cd;
}

🌈 Whispers of Dusk background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d7b7d2, #bfa3c7, #a68cba, #a4799c, #e0b2cd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d7b7d2, #bfa3c7, #a68cba, #a4799c, #e0b2cd);
}

Whispers of Dusk color palette created on .