Spicy Orange Color Palette

Discover the beautiful Spicy Orange color palette featuring grenadier (#de3d02), grenadier (#d73e04), red stage (#d24f05), tahiti gold (#e17106) and tahiti gold (#ee8707).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Spicy Orange color palette CSS

/* CSS */
.color-1 {
color: #de3d02;
}
.color-2 {
color: #d73e04;
}
.color-3 {
color: #d24f05;
}
.color-4 {
color: #e17106;
}
.color-5 {
color: #ee8707;
}

/* CSS Variables */
:root {
--color-1: #de3d02;
--color-2: #d73e04;
--color-3: #d24f05;
--color-4: #e17106;
--color-5: #ee8707;
}

🌈 Spicy Orange background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #de3d02, #d73e04, #d24f05, #e17106, #ee8707);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #de3d02, #d73e04, #d24f05, #e17106, #ee8707);
}

Spicy Orange color palette created on .