Blue Dusk Color Palette
Discover the beautiful Blue Dusk color palette featuring steel blue (#4a7cba), fountain blue (#699cc3), indian khaki (#c6b98b), di serria (#e1a55b) and raw sienna (#d78a3c).
Brightness
Saturation
Warmth
💡 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 Blue Dusk palette
💻 Blue Dusk color palette CSS
/* CSS */
.color-1 {
color: #4a7cba;
}
.color-2 {
color: #699cc3;
}
.color-3 {
color: #c6b98b;
}
.color-4 {
color: #e1a55b;
}
.color-5 {
color: #d78a3c;
}
/* CSS Variables */
:root {
--color-1: #4a7cba;
--color-2: #699cc3;
--color-3: #c6b98b;
--color-4: #e1a55b;
--color-5: #d78a3c;
}
🌈 Blue Dusk background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a7cba, #699cc3, #c6b98b, #e1a55b, #d78a3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a7cba, #699cc3, #c6b98b, #e1a55b, #d78a3c);
}
🔗 Explore similar color palettes
Blue Dusk color palette created on .