Dragon Color Palette

Discover the beautiful Dragon color palette featuring apple blossom (#a44c3d), cinnabar (#e13e33), tan hide (#f7a059), tacha (#d0d56c) and mule fawn (#8e3e2e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withDragon, Earthy, Forest, Orange, Red, Summer, Vibrant 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 Dragon palette

Share this palette to:

💻 Dragon color palette CSS

/* CSS */
.color-1 {
color: #a44c3d;
}
.color-2 {
color: #e13e33;
}
.color-3 {
color: #f7a059;
}
.color-4 {
color: #d0d56c;
}
.color-5 {
color: #8e3e2e;
}

/* CSS Variables */
:root {
--color-1: #a44c3d;
--color-2: #e13e33;
--color-3: #f7a059;
--color-4: #d0d56c;
--color-5: #8e3e2e;
}

🌈 Dragon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a44c3d, #e13e33, #f7a059, #d0d56c, #8e3e2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a44c3d, #e13e33, #f7a059, #d0d56c, #8e3e2e);
}

🔗 Explore similar color palettes

No palettes found

Try using different filters or clear your current selection to see more palettes.

Dragon color palette created on .