Golden Crown Color Palette

Discover the beautiful Golden Crown color palette featuring old gold (#d4af35), buttercup (#f1c40e), zest (#e77e23), tall poppy (#bf3a2b) and studio (#8d43ad).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withGold, Orange, Purple, Red, Yellow 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 Crown palette

Share this palette to:

💻 Golden Crown color palette CSS

/* CSS */
.color-1 {
color: #d4af35;
}
.color-2 {
color: #f1c40e;
}
.color-3 {
color: #e77e23;
}
.color-4 {
color: #bf3a2b;
}
.color-5 {
color: #8d43ad;
}

/* CSS Variables */
:root {
--color-1: #d4af35;
--color-2: #f1c40e;
--color-3: #e77e23;
--color-4: #bf3a2b;
--color-5: #8d43ad;
}

🌈 Golden Crown background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4af35, #f1c40e, #e77e23, #bf3a2b, #8d43ad);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4af35, #f1c40e, #e77e23, #bf3a2b, #8d43ad);
}

Golden Crown color palette created on .