Gold Dragon Kingdom Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Gold Dragon Kingdom palette
Gold Dragon Kingdom color palette PNG image
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);
}
Similar color palettes
Gold Dragon Kingdom color palette created on .