Orange Drakon Color Palette

Discover the beautiful Orange Drakon color palette featuring paarl (#9e4e2e), piper (#d76b28), sea buckthorn (#f49b2f), energy yellow (#f6d86a) and sidecar (#f4e7b8).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Orange, Gold, Bright, Nature color palettes and combinations.

💡 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 Drakon palette

Share this palette to:

💻 Orange Drakon color palette CSS

/* CSS */
.color-1 {
color: #9e4e2e;
}
.color-2 {
color: #d76b28;
}
.color-3 {
color: #f49b2f;
}
.color-4 {
color: #f6d86a;
}
.color-5 {
color: #f4e7b8;
}

/* CSS Variables */
:root {
--color-1: #9e4e2e;
--color-2: #d76b28;
--color-3: #f49b2f;
--color-4: #f6d86a;
--color-5: #f4e7b8;
}

🌈 Orange Drakon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9e4e2e, #d76b28, #f49b2f, #f6d86a, #f4e7b8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9e4e2e, #d76b28, #f49b2f, #f6d86a, #f4e7b8);
}

Orange Drakon color palette created on .