Dress to Impress Color Palette

Discover the beautiful Dress to Impress color palette featuring illusion (#f7a1b7), beauty bush (#f0c1c5), porcelain (#e2e6e9), sinbad (#a8d3d6) and fountain blue (#51bdb9).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Spring, Pink, Teal, Soft, Summer, Elegant, Feminine 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

UI Examples

Explore beautiful UI components with Dress to Impress palette

Share this palette to:

💻 Dress to Impress color palette CSS

/* CSS */
.color-1 {
color: #f7a1b7;
}
.color-2 {
color: #f0c1c5;
}
.color-3 {
color: #e2e6e9;
}
.color-4 {
color: #a8d3d6;
}
.color-5 {
color: #51bdb9;
}

/* CSS Variables */
:root {
--color-1: #f7a1b7;
--color-2: #f0c1c5;
--color-3: #e2e6e9;
--color-4: #a8d3d6;
--color-5: #51bdb9;
}

🌈 Dress to Impress background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7a1b7, #f0c1c5, #e2e6e9, #a8d3d6, #51bdb9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7a1b7, #f0c1c5, #e2e6e9, #a8d3d6, #51bdb9);
}

Dress to Impress color palette created on .