Red Dragon Color Palette
Discover the beautiful Red Dragon color palette featuring burnt umber (#892a2a), brick red (#c92c3c), valencia (#d94f3a), brandy punch (#c87b28) and saffron (#efbf2e).
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 Red Dragon palette
💻 Red Dragon color palette CSS
/* CSS */
.color-1 {
color: #892a2a;
}
.color-2 {
color: #c92c3c;
}
.color-3 {
color: #d94f3a;
}
.color-4 {
color: #c87b28;
}
.color-5 {
color: #efbf2e;
}
/* CSS Variables */
:root {
--color-1: #892a2a;
--color-2: #c92c3c;
--color-3: #d94f3a;
--color-4: #c87b28;
--color-5: #efbf2e;
} 🌈 Red Dragon background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #892a2a, #c92c3c, #d94f3a, #c87b28, #efbf2e);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #892a2a, #c92c3c, #d94f3a, #c87b28, #efbf2e);
} 🔗 Explore similar color palettes
Red Dragon color palette created on .