Gold Dragon Kingdom Color Palette
Discover the beautiful Gold Dragon Kingdom color palette featuring old gold (#d5a248), alpine (#b48b2d), chalet green (#5f7939), 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: #5f7939;
}
.color-4 {
color: #a14c1b;
}
.color-5 {
color: #c6b24e;
}
/* CSS Variables */
:root {
--color-1: #d5a248;
--color-2: #b48b2d;
--color-3: #5f7939;
--color-4: #a14c1b;
--color-5: #c6b24e;
}
🌈 Gold Dragon Kingdom background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d5a248, #b48b2d, #5f7939, #a14c1b, #c6b24e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d5a248, #b48b2d, #5f7939, #a14c1b, #c6b24e);
}
🔗 Explore similar color palettes
Gold Dragon Kingdom color palette created on .