Shadows of Dusk Color Palette

Discover the beautiful Shadows of Dusk color palette featuring cotton seed (#bcb8b2), dove gray (#756b69), abbey (#4c4b52), shark (#2f2f34) and shark (#202024).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Minimalist, Neutral 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 Shadows of Dusk palette

Share this palette to:

💻 Shadows of Dusk color palette CSS

/* CSS */
.color-1 {
color: #bcb8b2;
}
.color-2 {
color: #756b69;
}
.color-3 {
color: #4c4b52;
}
.color-4 {
color: #2f2f34;
}
.color-5 {
color: #202024;
}

/* CSS Variables */
:root {
--color-1: #bcb8b2;
--color-2: #756b69;
--color-3: #4c4b52;
--color-4: #2f2f34;
--color-5: #202024;
}

🌈 Shadows of Dusk background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bcb8b2, #756b69, #4c4b52, #2f2f34, #202024);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bcb8b2, #756b69, #4c4b52, #2f2f34, #202024);
}

Shadows of Dusk color palette created on .