Dragon Color Palette
Discover the beautiful Dragon color palette featuring woody brown (#402b2b), ferra (#784a4a), coral tree (#a86b6b), tussock (#c89c3c) and flame pea (#d75c33).
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 Dragon palette
💻 Dragon color palette CSS
/* CSS */
.color-1 {
color: #402b2b;
}
.color-2 {
color: #784a4a;
}
.color-3 {
color: #a86b6b;
}
.color-4 {
color: #c89c3c;
}
.color-5 {
color: #d75c33;
}
/* CSS Variables */
:root {
--color-1: #402b2b;
--color-2: #784a4a;
--color-3: #a86b6b;
--color-4: #c89c3c;
--color-5: #d75c33;
}
🌈 Dragon background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #402b2b, #784a4a, #a86b6b, #c89c3c, #d75c33);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #402b2b, #784a4a, #a86b6b, #c89c3c, #d75c33);
}
🔗 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 .