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
๐ก 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
๐ป 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);
} ๐ Explore similar color palettes
Dome of Earthy Golds color palette created on .