Pink Contrast Color Palette

Discover the beautiful Pink Contrast color palette featuring sidecar (#f6e2cb), french rose (#ed458b), web orange (#f5a300), breaker bay (#4c9e8e) and bossanova (#402c54).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Pink Contrast color palette CSS

/* CSS */
.color-1 {
color: #f6e2cb;
}
.color-2 {
color: #ed458b;
}
.color-3 {
color: #f5a300;
}
.color-4 {
color: #4c9e8e;
}
.color-5 {
color: #402c54;
}

/* CSS Variables */
:root {
--color-1: #f6e2cb;
--color-2: #ed458b;
--color-3: #f5a300;
--color-4: #4c9e8e;
--color-5: #402c54;
}

🌈 Pink Contrast background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e2cb, #ed458b, #f5a300, #4c9e8e, #402c54);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e2cb, #ed458b, #f5a300, #4c9e8e, #402c54);
}

Pink Contrast color palette created on .