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
๐ก 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
๐ป 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);
} ๐ Explore similar color palettes
Gold Dragon Kingdom color palette created on .