Napoleon Color Palette

Discover the beautiful Napoleon color palette featuring ronchi (#e9b54e), raw sienna (#d17b3d), paarl (#a54a2c), nutmeg (#7d2d2c) and cocoa bean (#4d1f2c).

Brightness

Saturation

Warmth

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

Share this palette to:

๐Ÿ’ป Napoleon color palette CSS

/* CSS */
.color-1 {
color: #e9b54e;
}
.color-2 {
color: #d17b3d;
}
.color-3 {
color: #a54a2c;
}
.color-4 {
color: #7d2d2c;
}
.color-5 {
color: #4d1f2c;
}

/* CSS Variables */
:root {
--color-1: #e9b54e;
--color-2: #d17b3d;
--color-3: #a54a2c;
--color-4: #7d2d2c;
--color-5: #4d1f2c;
}

๐ŸŒˆ Napoleon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e9b54e, #d17b3d, #a54a2c, #7d2d2c, #4d1f2c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e9b54e, #d17b3d, #a54a2c, #7d2d2c, #4d1f2c);
}

Napoleon color palette created on .