Dragon Color Palette
Discover the beautiful Dragon color palette featuring well read (#a32e2e), flame pea (#d55d3f), tan hide (#f8a64f), buttercup (#f1c40e) and sushi (#8cbd4c).
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: #a32e2e;
}
.color-2 {
color: #d55d3f;
}
.color-3 {
color: #f8a64f;
}
.color-4 {
color: #f1c40e;
}
.color-5 {
color: #8cbd4c;
}
/* CSS Variables */
:root {
--color-1: #a32e2e;
--color-2: #d55d3f;
--color-3: #f8a64f;
--color-4: #f1c40e;
--color-5: #8cbd4c;
}
🌈 Dragon background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a32e2e, #d55d3f, #f8a64f, #f1c40e, #8cbd4c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a32e2e, #d55d3f, #f8a64f, #f1c40e, #8cbd4c);
}
🔗 Explore similar color palettes
Dragon color palette created on .