Orange Campfire Color Palette

Discover the beautiful Orange Campfire color palette featuring shocking (#de8ab5), manhattan (#f6c1a5), cinderella (#fee7e1), albescent white (#f6e1d6) and coral tree (#a16b7e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withCream, Earthy, Elegant, Feminine, Muted, Peach, Pink, Retro, Soft, 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 Orange Campfire palette

Share this palette to:

💻 Orange Campfire color palette CSS

/* CSS */
.color-1 {
color: #de8ab5;
}
.color-2 {
color: #f6c1a5;
}
.color-3 {
color: #fee7e1;
}
.color-4 {
color: #f6e1d6;
}
.color-5 {
color: #a16b7e;
}

/* CSS Variables */
:root {
--color-1: #de8ab5;
--color-2: #f6c1a5;
--color-3: #fee7e1;
--color-4: #f6e1d6;
--color-5: #a16b7e;
}

🌈 Orange Campfire background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #de8ab5, #f6c1a5, #fee7e1, #f6e1d6, #a16b7e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #de8ab5, #f6c1a5, #fee7e1, #f6e1d6, #a16b7e);
}

Orange Campfire color palette created on .