Vibrant Pink Color Palette

Discover the beautiful Vibrant Pink color palette featuring maize (#f6d9a2), sandy brown (#f5a65c), froly (#f76e6e), cabaret (#d93a6c) and vivid violet (#9736b0).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Amber, Coral, Pink, Vibrant 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 Vibrant Pink palette

Share this palette to:

💻 Vibrant Pink color palette CSS

/* CSS */
.color-1 {
color: #f6d9a2;
}
.color-2 {
color: #f5a65c;
}
.color-3 {
color: #f76e6e;
}
.color-4 {
color: #d93a6c;
}
.color-5 {
color: #9736b0;
}

/* CSS Variables */
:root {
--color-1: #f6d9a2;
--color-2: #f5a65c;
--color-3: #f76e6e;
--color-4: #d93a6c;
--color-5: #9736b0;
}

🌈 Vibrant Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d9a2, #f5a65c, #f76e6e, #d93a6c, #9736b0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d9a2, #f5a65c, #f76e6e, #d93a6c, #9736b0);
}

Vibrant Pink color palette created on .