Spicy Orange Color Palette

Discover the beautiful Spicy Orange color palette featuring grenadier (#de3d02), grenadier (#d73d04), red stage (#d15005), bamboo (#e06f06) and tahiti gold (#ed8607).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withRed, Orange, Bright, Warm, Vibrant, Sunset, Autumn, Fun, Fire 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 Spicy Orange palette

Share this palette to:

💻 Spicy Orange color palette CSS

/* CSS */
.color-1 {
color: #de3d02;
}
.color-2 {
color: #d73d04;
}
.color-3 {
color: #d15005;
}
.color-4 {
color: #e06f06;
}
.color-5 {
color: #ed8607;
}

/* CSS Variables */
:root {
--color-1: #de3d02;
--color-2: #d73d04;
--color-3: #d15005;
--color-4: #e06f06;
--color-5: #ed8607;
}

🌈 Spicy Orange background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #de3d02, #d73d04, #d15005, #e06f06, #ed8607);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #de3d02, #d73d04, #d15005, #e06f06, #ed8607);
}

Spicy Orange color palette created on .