Gold Dragon Kingdom Color Palette

Discover the beautiful Gold Dragon Kingdom color palette featuring old gold (#d5a248), alpine (#b48b2d), chalet green (#5e7939), hawaiian tan (#a14c1b) and roti (#c6b24e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAmber, Brass, Earthy, Emerald, Forest, Gold, Royal 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 Gold Dragon Kingdom palette

Share this palette to:

๐Ÿ’ป Gold Dragon Kingdom color palette CSS

/* CSS */
.color-1 {
color: #d5a248;
}
.color-2 {
color: #b48b2d;
}
.color-3 {
color: #5e7939;
}
.color-4 {
color: #a14c1b;
}
.color-5 {
color: #c6b24e;
}

/* CSS Variables */
:root {
--color-1: #d5a248;
--color-2: #b48b2d;
--color-3: #5e7939;
--color-4: #a14c1b;
--color-5: #c6b24e;
}

๐ŸŒˆ Gold Dragon Kingdom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d5a248, #b48b2d, #5e7939, #a14c1b, #c6b24e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d5a248, #b48b2d, #5e7939, #a14c1b, #c6b24e);
}

Gold Dragon Kingdom color palette created on .