Golden Miel Color Palette

Discover the beautiful Golden Miel color palette featuring yellow sea (#f0b000), web orange (#e6a400), buddha gold (#d69a00), buddha gold (#c78f00) and pirate gold (#b88400).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAmber, Bright, Summer, Yellow, 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 Miel palette

Share this palette to:

๐Ÿ’ป Golden Miel color palette CSS

/* CSS */
.color-1 {
color: #f0b000;
}
.color-2 {
color: #e6a400;
}
.color-3 {
color: #d69a00;
}
.color-4 {
color: #c78f00;
}
.color-5 {
color: #b88400;
}

/* CSS Variables */
:root {
--color-1: #f0b000;
--color-2: #e6a400;
--color-3: #d69a00;
--color-4: #c78f00;
--color-5: #b88400;
}

๐ŸŒˆ Golden Miel background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0b000, #e6a400, #d69a00, #c78f00, #b88400);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0b000, #e6a400, #d69a00, #c78f00, #b88400);
}

Golden Miel color palette created on .