Crunchy Cane Cookie Color Palette

Discover the beautiful Crunchy Cane Cookie color palette featuring anzac (#e2b355), old gold (#d69b3d), brandy punch (#c77a29), orange roughy (#b74e1a) and copper canyon (#8e3b15).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Brown, Caramel, Cookie, Orange, Soft, 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 Crunchy Cane Cookie palette

Share this palette to:

💻 Crunchy Cane Cookie color palette CSS

/* CSS */
.color-1 {
color: #e2b355;
}
.color-2 {
color: #d69b3d;
}
.color-3 {
color: #c77a29;
}
.color-4 {
color: #b74e1a;
}
.color-5 {
color: #8e3b15;
}

/* CSS Variables */
:root {
--color-1: #e2b355;
--color-2: #d69b3d;
--color-3: #c77a29;
--color-4: #b74e1a;
--color-5: #8e3b15;
}

🌈 Crunchy Cane Cookie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2b355, #d69b3d, #c77a29, #b74e1a, #8e3b15);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2b355, #d69b3d, #c77a29, #b74e1a, #8e3b15);
}

Crunchy Cane Cookie color palette created on .