Burning Spice Cookie Color Palette

Discover the beautiful Burning Spice Cookie color palette featuring ironstone (#7d4c3b), tussock (#c57949), anzac (#e6b451), ronchi (#f1c84b) and sidecar (#f1e7b1).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Burning Spice Cookie color palette CSS

/* CSS */
.color-1 {
color: #7d4c3b;
}
.color-2 {
color: #c57949;
}
.color-3 {
color: #e6b451;
}
.color-4 {
color: #f1c84b;
}
.color-5 {
color: #f1e7b1;
}

/* CSS Variables */
:root {
--color-1: #7d4c3b;
--color-2: #c57949;
--color-3: #e6b451;
--color-4: #f1c84b;
--color-5: #f1e7b1;
}

🌈 Burning Spice Cookie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7d4c3b, #c57949, #e6b451, #f1c84b, #f1e7b1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7d4c3b, #c57949, #e6b451, #f1c84b, #f1e7b1);
}

Burning Spice Cookie color palette created on .