Dress to Impress Gold Color Palette
Discover the beautiful Dress to Impress Gold color palette featuring buddha gold (#c7b300), gold (#f0d000), sandwisp (#f6eba7), corn (#e6b800) and pirate gold (#a87600).
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 Dress to Impress Gold palette
💻 Dress to Impress Gold color palette CSS
/* CSS */
.color-1 {
color: #c7b300;
}
.color-2 {
color: #f0d000;
}
.color-3 {
color: #f6eba7;
}
.color-4 {
color: #e6b800;
}
.color-5 {
color: #a87600;
}
/* CSS Variables */
:root {
--color-1: #c7b300;
--color-2: #f0d000;
--color-3: #f6eba7;
--color-4: #e6b800;
--color-5: #a87600;
} 🌈 Dress to Impress Gold background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c7b300, #f0d000, #f6eba7, #e6b800, #a87600);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c7b300, #f0d000, #f6eba7, #e6b800, #a87600);
} 🔗 Explore similar color palettes
Dress to Impress Gold color palette created on .