Ghostly Harvest Color Palette

Discover the beautiful Ghostly Harvest color palette featuring spring wood (#f3f0e7), brandy (#e0c39f), whiskey (#d0a66c), santa fe (#ba714f) and ironstone (#8d4a3a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Amber, Autumn, Beige, 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 Ghostly Harvest palette

Share this palette to:

💻 Ghostly Harvest color palette CSS

/* CSS */
.color-1 {
color: #f3f0e7;
}
.color-2 {
color: #e0c39f;
}
.color-3 {
color: #d0a66c;
}
.color-4 {
color: #ba714f;
}
.color-5 {
color: #8d4a3a;
}

/* CSS Variables */
:root {
--color-1: #f3f0e7;
--color-2: #e0c39f;
--color-3: #d0a66c;
--color-4: #ba714f;
--color-5: #8d4a3a;
}

🌈 Ghostly Harvest background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3f0e7, #e0c39f, #d0a66c, #ba714f, #8d4a3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3f0e7, #e0c39f, #d0a66c, #ba714f, #8d4a3a);
}

Ghostly Harvest color palette created on .