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
๐ก 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
๐ป 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);
} ๐ Explore similar color palettes
Napoleon color palette created on .