Golden Pink Color Palette

Discover the beautiful Golden Pink color palette featuring golden dream (#f2e03a), hokey pokey (#c0a52a), rope (#895b1a), metallic bronze (#4b2c1b) and cabaret (#d6437e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withGold, Bright, Amber, Vintage, 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 Golden Pink palette

Share this palette to:

💻 Golden Pink color palette CSS

/* CSS */
.color-1 {
color: #f2e03a;
}
.color-2 {
color: #c0a52a;
}
.color-3 {
color: #895b1a;
}
.color-4 {
color: #4b2c1b;
}
.color-5 {
color: #d6437e;
}

/* CSS Variables */
:root {
--color-1: #f2e03a;
--color-2: #c0a52a;
--color-3: #895b1a;
--color-4: #4b2c1b;
--color-5: #d6437e;
}

🌈 Golden Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2e03a, #c0a52a, #895b1a, #4b2c1b, #d6437e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2e03a, #c0a52a, #895b1a, #4b2c1b, #d6437e);
}

Golden Pink color palette created on .