Golden Shades Color Palette

Discover the beautiful Golden Shades color palette featuring selective yellow (#f5b400), orange (#ff6d1f), web orange (#f0a800), energy yellow (#f9d64e) and corn (#dba800).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Yellow, Orange, Sun, 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 Shades palette

Share this palette to:

💻 Golden Shades color palette CSS

/* CSS */
.color-1 {
color: #f5b400;
}
.color-2 {
color: #ff6d1f;
}
.color-3 {
color: #f0a800;
}
.color-4 {
color: #f9d64e;
}
.color-5 {
color: #dba800;
}

/* CSS Variables */
:root {
--color-1: #f5b400;
--color-2: #ff6d1f;
--color-3: #f0a800;
--color-4: #f9d64e;
--color-5: #dba800;
}

🌈 Golden Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5b400, #ff6d1f, #f0a800, #f9d64e, #dba800);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5b400, #ff6d1f, #f0a800, #f9d64e, #dba800);
}

Golden Shades color palette created on .