Dragon Venom Color Palette
Discover the beautiful Dragon Venom color palette featuring livid brown (#502b30), strikemaster (#a05a8a), hokey pokey (#d59c2a), ronchi (#f1c84b) and lotus (#7c3c3f).
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 Venom palette
💻 Dragon Venom color palette CSS
/* CSS */
.color-1 {
color: #502b30;
}
.color-2 {
color: #a05a8a;
}
.color-3 {
color: #d59c2a;
}
.color-4 {
color: #f1c84b;
}
.color-5 {
color: #7c3c3f;
}
/* CSS Variables */
:root {
--color-1: #502b30;
--color-2: #a05a8a;
--color-3: #d59c2a;
--color-4: #f1c84b;
--color-5: #7c3c3f;
} 🌈 Dragon Venom background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #502b30, #a05a8a, #d59c2a, #f1c84b, #7c3c3f);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #502b30, #a05a8a, #d59c2a, #f1c84b, #7c3c3f);
} 🔗 Explore similar color palettes
Dragon Venom color palette created on .