Luxury Dragon Color Palette

Discover the beautiful Luxury Dragon color palette featuring aqua forest (#5b9a6d), spring rain (#a9caa5), sidecar (#f2e6bb), whiskey (#d6a26b) and brick red (#ca2b40).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Earthy, Gold, Green, Luxury, Red, Teal, Vibrant, Yellow 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 Luxury Dragon palette

Share this palette to:

💻 Luxury Dragon color palette CSS

/* CSS */
.color-1 {
color: #5b9a6d;
}
.color-2 {
color: #a9caa5;
}
.color-3 {
color: #f2e6bb;
}
.color-4 {
color: #d6a26b;
}
.color-5 {
color: #ca2b40;
}

/* CSS Variables */
:root {
--color-1: #5b9a6d;
--color-2: #a9caa5;
--color-3: #f2e6bb;
--color-4: #d6a26b;
--color-5: #ca2b40;
}

🌈 Luxury Dragon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b9a6d, #a9caa5, #f2e6bb, #d6a26b, #ca2b40);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b9a6d, #a9caa5, #f2e6bb, #d6a26b, #ca2b40);
}

Luxury Dragon color palette created on .