Whispers of Dusk Color Palette

Discover the beautiful Whispers of Dusk color palette featuring whisper (#ecebf4), mountain mist (#949098), falcon (#7c5f67), matterhorn (#43373b) and cod gray (#191517).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withLavender, Black, Elegant, Minimalist, 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 Dusk palette

Share this palette to:

💻 Whispers of Dusk color palette CSS

/* CSS */
.color-1 {
color: #ecebf4;
}
.color-2 {
color: #949098;
}
.color-3 {
color: #7c5f67;
}
.color-4 {
color: #43373b;
}
.color-5 {
color: #191517;
}

/* CSS Variables */
:root {
--color-1: #ecebf4;
--color-2: #949098;
--color-3: #7c5f67;
--color-4: #43373b;
--color-5: #191517;
}

🌈 Whispers of Dusk background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ecebf4, #949098, #7c5f67, #43373b, #191517);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ecebf4, #949098, #7c5f67, #43373b, #191517);
}

Whispers of Dusk color palette created on .