Whispers of Dusk Color Palette

Discover the beautiful Whispers of Dusk color palette featuring alto (#d4d4d4), french gray (#bfbec1), spun pearl (#aaa7ae), rum (#776a8a) and mulled wine (#4b3c67).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withElegant, Minimalist, Autumn, Warm 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: #d4d4d4;
}
.color-2 {
color: #bfbec1;
}
.color-3 {
color: #aaa7ae;
}
.color-4 {
color: #776a8a;
}
.color-5 {
color: #4b3c67;
}

/* CSS Variables */
:root {
--color-1: #d4d4d4;
--color-2: #bfbec1;
--color-3: #aaa7ae;
--color-4: #776a8a;
--color-5: #4b3c67;
}

🌈 Whispers of Dusk background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4d4d4, #bfbec1, #aaa7ae, #776a8a, #4b3c67);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4d4d4, #bfbec1, #aaa7ae, #776a8a, #4b3c67);
}

Whispers of Dusk color palette created on .