Orange Dragon Color Palette
Discover the beautiful Orange Dragon color palette featuring sepia skin (#a45d3d), red damask (#d67a38), neon carrot (#fb9f3c), cream can (#f7c859) and sandwisp (#f4e19f).
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 Orange Dragon palette
๐ป Orange Dragon color palette CSS
/* CSS */
.color-1 {
color: #a45d3d;
}
.color-2 {
color: #d67a38;
}
.color-3 {
color: #fb9f3c;
}
.color-4 {
color: #f7c859;
}
.color-5 {
color: #f4e19f;
}
/* CSS Variables */
:root {
--color-1: #a45d3d;
--color-2: #d67a38;
--color-3: #fb9f3c;
--color-4: #f7c859;
--color-5: #f4e19f;
} ๐ Orange Dragon background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a45d3d, #d67a38, #fb9f3c, #f7c859, #f4e19f);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a45d3d, #d67a38, #fb9f3c, #f7c859, #f4e19f);
} ๐ Explore similar color palettes
Orange Dragon color palette created on .