Dragon Color Palette
Discover the beautiful Dragon color palette featuring brick red (#c92c3c), flamingo (#f05a28), sea buckthorn (#f6a831), energy yellow (#f7e050) 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 palette
💻 Dragon color palette CSS
/* CSS */
.color-1 {
color: #c92c3c;
}
.color-2 {
color: #f05a28;
}
.color-3 {
color: #f6a831;
}
.color-4 {
color: #f7e050;
}
.color-5 {
color: #7c3c3f;
}
/* CSS Variables */
:root {
--color-1: #c92c3c;
--color-2: #f05a28;
--color-3: #f6a831;
--color-4: #f7e050;
--color-5: #7c3c3f;
}
🌈 Dragon background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c92c3c, #f05a28, #f6a831, #f7e050, #7c3c3f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c92c3c, #f05a28, #f6a831, #f7e050, #7c3c3f);
}
🔗 Explore similar color palettes
Dragon color palette created on .