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