Spice Cider Color Palette

Discover the beautiful Spice Cider color palette featuring paarl (#a15b30), raw sienna (#d57e48), harvest gold (#e3ba7d), maize (#f4d19f) and champagne (#f9e3d2).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Brown, Cider, Cream, Earthy, Fall, Orange, 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 Spice Cider palette

Share this palette to:

💻 Spice Cider color palette CSS

/* CSS */
.color-1 {
color: #a15b30;
}
.color-2 {
color: #d57e48;
}
.color-3 {
color: #e3ba7d;
}
.color-4 {
color: #f4d19f;
}
.color-5 {
color: #f9e3d2;
}

/* CSS Variables */
:root {
--color-1: #a15b30;
--color-2: #d57e48;
--color-3: #e3ba7d;
--color-4: #f4d19f;
--color-5: #f9e3d2;
}

🌈 Spice Cider background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a15b30, #d57e48, #e3ba7d, #f4d19f, #f9e3d2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a15b30, #d57e48, #e3ba7d, #f4d19f, #f9e3d2);
}

Spice Cider color palette created on .