Discover the beautiful Warm Dusk color palette featuring eunry (#c8a2a7), cashmere (#e6b8a2), buff (#f3d48c), golden fizz (#f7e43b) and buttercup (#f4a20b).
Warm Dusk 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 Warm Dusk palette works in real UI components and design elements.
UI Examples
Explore beautiful UI components with Warm Dusk palette
💻 Warm Dusk color palette CSS
/* CSS */
.color-1 {
color: #c8a2a7;
}
.color-2 {
color: #e6b8a2;
}
.color-3 {
color: #f3d48c;
}
.color-4 {
color: #f7e43b;
}
.color-5 {
color: #f4a20b;
}
/* CSS Variables */
:root {
--color-1: #c8a2a7;
--color-2: #e6b8a2;
--color-3: #f3d48c;
--color-4: #f7e43b;
--color-5: #f4a20b;
}
🌈 Warm Dusk background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c8a2a7, #e6b8a2, #f3d48c, #f7e43b, #f4a20b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c8a2a7, #e6b8a2, #f3d48c, #f7e43b, #f4a20b);
}
🔗 Explore similar color palettes
Warm Dusk color palette created on .