Golden Purple Color Palette

Discover the beautiful Golden Purple color palette featuring tulip tree (#f1b23b), tapestry (#a64e8c), east bay (#4d4d80), keppel (#3b9b98) and web orange (#f0a400).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Amber, Bright, Summer, 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 Golden Purple palette

Share this palette to:

💻 Golden Purple color palette CSS

/* CSS */
.color-1 {
color: #f1b23b;
}
.color-2 {
color: #a64e8c;
}
.color-3 {
color: #4d4d80;
}
.color-4 {
color: #3b9b98;
}
.color-5 {
color: #f0a400;
}

/* CSS Variables */
:root {
--color-1: #f1b23b;
--color-2: #a64e8c;
--color-3: #4d4d80;
--color-4: #3b9b98;
--color-5: #f0a400;
}

🌈 Golden Purple background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1b23b, #a64e8c, #4d4d80, #3b9b98, #f0a400);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1b23b, #a64e8c, #4d4d80, #3b9b98, #f0a400);
}

Golden Purple color palette created on .