Orange Cannon Color Palette

Discover the beautiful Orange Cannon color palette featuring raw sienna (#d1693d), web orange (#f5a300), new orleans (#f2d7a1), zest (#e07c1f) and quincy (#593d2c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAmber, Autumn, Orange, Warm, Earthy 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 Cannon palette

Share this palette to:

๐Ÿ’ป Orange Cannon color palette CSS

/* CSS */
.color-1 {
color: #d1693d;
}
.color-2 {
color: #f5a300;
}
.color-3 {
color: #f2d7a1;
}
.color-4 {
color: #e07c1f;
}
.color-5 {
color: #593d2c;
}

/* CSS Variables */
:root {
--color-1: #d1693d;
--color-2: #f5a300;
--color-3: #f2d7a1;
--color-4: #e07c1f;
--color-5: #593d2c;
}

๐ŸŒˆ Orange Cannon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d1693d, #f5a300, #f2d7a1, #e07c1f, #593d2c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d1693d, #f5a300, #f2d7a1, #e07c1f, #593d2c);
}

Orange Cannon color palette created on .