Orange Campfire Color Palette

Discover the beautiful Orange Campfire color palette featuring pumpkin (#ff781f), texas rose (#ffb84d), chardonnay (#ffca8a), deco (#c5d68f) and finlandia (#4f6d58).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Fun, Orange, Warm, Yellow 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 Orange Campfire palette

Share this palette to:

💻 Orange Campfire color palette CSS

/* CSS */
.color-1 {
color: #ff781f;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #ffca8a;
}
.color-4 {
color: #c5d68f;
}
.color-5 {
color: #4f6d58;
}

/* CSS Variables */
:root {
--color-1: #ff781f;
--color-2: #ffb84d;
--color-3: #ffca8a;
--color-4: #c5d68f;
--color-5: #4f6d58;
}

🌈 Orange Campfire background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff781f, #ffb84d, #ffca8a, #c5d68f, #4f6d58);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff781f, #ffb84d, #ffca8a, #c5d68f, #4f6d58);
}

Orange Campfire color palette created on .