Dress to Impress Color Palette
Discover the beautiful Dress to Impress color palette featuring manhattan (#f4c29f), web orange (#f0a800), old gold (#d79e3c), tuscany (#b9672d) and cosmic (#713d4c).
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 palette
๐ป Dress to Impress color palette CSS
/* CSS */
.color-1 {
color: #f4c29f;
}
.color-2 {
color: #f0a800;
}
.color-3 {
color: #d79e3c;
}
.color-4 {
color: #b9672d;
}
.color-5 {
color: #713d4c;
}
/* CSS Variables */
:root {
--color-1: #f4c29f;
--color-2: #f0a800;
--color-3: #d79e3c;
--color-4: #b9672d;
--color-5: #713d4c;
}
๐ Dress to Impress background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4c29f, #f0a800, #d79e3c, #b9672d, #713d4c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4c29f, #f0a800, #d79e3c, #b9672d, #713d4c);
}
๐ Explore similar color palettes
Dress to Impress color palette created on .