Whispers of Dusk Color Palette

Discover the beautiful Whispers of Dusk color palette featuring bison hide (#c6baa9), fountain blue (#5199bd), crail (#c26042), trendy pink (#87568a) and chambray (#3b408c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withVibrant, 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: #c6baa9;
}
.color-2 {
color: #5199bd;
}
.color-3 {
color: #c26042;
}
.color-4 {
color: #87568a;
}
.color-5 {
color: #3b408c;
}

/* CSS Variables */
:root {
--color-1: #c6baa9;
--color-2: #5199bd;
--color-3: #c26042;
--color-4: #87568a;
--color-5: #3b408c;
}

🌈 Whispers of Dusk background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c6baa9, #5199bd, #c26042, #87568a, #3b408c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c6baa9, #5199bd, #c26042, #87568a, #3b408c);
}

Whispers of Dusk color palette created on .