Dragon Color Palette
Discover the beautiful Dragon color palette featuring nile blue (#192a4d), chambray (#3b5f8c), shadow green (#8ebdbe), web orange (#f5a300) and valencia (#d64b38).
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: #192a4d;
}
.color-2 {
color: #3b5f8c;
}
.color-3 {
color: #8ebdbe;
}
.color-4 {
color: #f5a300;
}
.color-5 {
color: #d64b38;
}
/* CSS Variables */
:root {
--color-1: #192a4d;
--color-2: #3b5f8c;
--color-3: #8ebdbe;
--color-4: #f5a300;
--color-5: #d64b38;
} 🌈 Dragon background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #192a4d, #3b5f8c, #8ebdbe, #f5a300, #d64b38);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #192a4d, #3b5f8c, #8ebdbe, #f5a300, #d64b38);
} 🔗 Explore similar color palettes
Dragon color palette created on .