Construction Color Palette
Discover the beautiful Construction color palette featuring brandy punch (#d67f2e), casablanca (#f5b14d), cherokee (#fcd99c), chalet green (#4a5c33) and powder ash (#b6c8c0).
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 Construction palette
💻 Construction color palette CSS
/* CSS */
.color-1 {
color: #d67f2e;
}
.color-2 {
color: #f5b14d;
}
.color-3 {
color: #fcd99c;
}
.color-4 {
color: #4a5c33;
}
.color-5 {
color: #b6c8c0;
}
/* CSS Variables */
:root {
--color-1: #d67f2e;
--color-2: #f5b14d;
--color-3: #fcd99c;
--color-4: #4a5c33;
--color-5: #b6c8c0;
} 🌈 Construction background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d67f2e, #f5b14d, #fcd99c, #4a5c33, #b6c8c0);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d67f2e, #f5b14d, #fcd99c, #4a5c33, #b6c8c0);
} 🔗 Explore similar color palettes
Construction color palette created on .