Discover the beautiful Dusk Serenade color palette featuring tussock (#d09e58), saffron (#f2b531), sahara sand (#f5e18a), santa fe (#b97d4b) and kabul (#5e493b).
Dusk Serenade Color Palette
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics with 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
Explore how the Dusk Serenade palette works in real UI components and design elements.
UI Examples
Explore beautiful UI components with Dusk Serenade palette
💻 Dusk Serenade color palette CSS
/* CSS */
.color-1 {
color: #d09e58;
}
.color-2 {
color: #f2b531;
}
.color-3 {
color: #f5e18a;
}
.color-4 {
color: #b97d4b;
}
.color-5 {
color: #5e493b;
}
/* CSS Variables */
:root {
--color-1: #d09e58;
--color-2: #f2b531;
--color-3: #f5e18a;
--color-4: #b97d4b;
--color-5: #5e493b;
}
🌈 Dusk Serenade background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d09e58, #f2b531, #f5e18a, #b97d4b, #5e493b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d09e58, #f2b531, #f5e18a, #b97d4b, #5e493b);
}
🔗 Explore similar color palettes
Dusk Serenade color palette created on .