Shadows of Dusk Color Palette
Discover the beautiful Shadows of Dusk color palette featuring cotton seed (#bdb9b3), dove gray (#766c6b), abbey (#4d4c52), shark (#2e2e33) and shark (#1f1f23).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withNeutral, 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 Shadows of Dusk palette
💻 Shadows of Dusk color palette CSS
/* CSS */
.color-1 {
color: #bdb9b3;
}
.color-2 {
color: #766c6b;
}
.color-3 {
color: #4d4c52;
}
.color-4 {
color: #2e2e33;
}
.color-5 {
color: #1f1f23;
}
/* CSS Variables */
:root {
--color-1: #bdb9b3;
--color-2: #766c6b;
--color-3: #4d4c52;
--color-4: #2e2e33;
--color-5: #1f1f23;
} 🌈 Shadows of Dusk background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bdb9b3, #766c6b, #4d4c52, #2e2e33, #1f1f23);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bdb9b3, #766c6b, #4d4c52, #2e2e33, #1f1f23);
} 🔗 Explore similar color palettes
Shadows of Dusk color palette created on .