Brandy Punch Color Palette

Discover the beautiful Brandy Punch color palette featuring crusta (#f76d3b), casablanca (#f9b848), wheat (#f6e7b6), spring leaves (#5e8d6b) and taupe (#4a3f36).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withOrange, Beige, Green, Brown, Bright, Summer, Fruit, Vibrant, Earthy, 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 Brandy Punch palette

Share this palette to:

💻 Brandy Punch color palette CSS

/* CSS */
.color-1 {
color: #f76d3b;
}
.color-2 {
color: #f9b848;
}
.color-3 {
color: #f6e7b6;
}
.color-4 {
color: #5e8d6b;
}
.color-5 {
color: #4a3f36;
}

/* CSS Variables */
:root {
--color-1: #f76d3b;
--color-2: #f9b848;
--color-3: #f6e7b6;
--color-4: #5e8d6b;
--color-5: #4a3f36;
}

🌈 Brandy Punch background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f76d3b, #f9b848, #f6e7b6, #5e8d6b, #4a3f36);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f76d3b, #f9b848, #f6e7b6, #5e8d6b, #4a3f36);
}

Brandy Punch color palette created on .