Dome of Earthy Golds Color Palette

Discover the beautiful Dome of Earthy Golds color palette featuring corn (#e6b800), buddha gold (#d1a400), brown (#855b00), yellow metal (#705c3e) and judge gray (#4b3d2a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAmber, Autumn, Earthy, Warm, Beige 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 Dome of Earthy Golds palette

Share this palette to:

๐Ÿ’ป Dome of Earthy Golds color palette CSS

/* CSS */
.color-1 {
color: #e6b800;
}
.color-2 {
color: #d1a400;
}
.color-3 {
color: #855b00;
}
.color-4 {
color: #705c3e;
}
.color-5 {
color: #4b3d2a;
}

/* CSS Variables */
:root {
--color-1: #e6b800;
--color-2: #d1a400;
--color-3: #855b00;
--color-4: #705c3e;
--color-5: #4b3d2a;
}

๐ŸŒˆ Dome of Earthy Golds background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6b800, #d1a400, #855b00, #705c3e, #4b3d2a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6b800, #d1a400, #855b00, #705c3e, #4b3d2a);
}

Dome of Earthy Golds color palette created on .