Scary Campfire Stories Color Palette

Discover the beautiful Scary Campfire Stories color palette featuring mine shaft (#2e292a), copper (#c76b3d), porsche (#e8aa54), saddle (#513c2a) and wheat (#f5e0b8).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withDark, Orange, Yellow, Earthy, Autumn, Forest, Fire, Wood, Storytelling 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 Scary Campfire Stories palette

Share this palette to:

💻 Scary Campfire Stories color palette CSS

/* CSS */
.color-1 {
color: #2e292a;
}
.color-2 {
color: #c76b3d;
}
.color-3 {
color: #e8aa54;
}
.color-4 {
color: #513c2a;
}
.color-5 {
color: #f5e0b8;
}

/* CSS Variables */
:root {
--color-1: #2e292a;
--color-2: #c76b3d;
--color-3: #e8aa54;
--color-4: #513c2a;
--color-5: #f5e0b8;
}

🌈 Scary Campfire Stories background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2e292a, #c76b3d, #e8aa54, #513c2a, #f5e0b8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2e292a, #c76b3d, #e8aa54, #513c2a, #f5e0b8);
}

Scary Campfire Stories color palette created on .