Beipiaosaurus Color Palette

Discover the beautiful Beipiaosaurus color palette featuring anzac (#e3b04a), brandy punch (#d7993c), brandy punch (#c57d2b), santa fe (#a86b4d) and nutmeg (#7e4c2a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Bright, Brown, Dinosaur, Earthy, Forest, Nature, Vintage, 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 Beipiaosaurus palette

Share this palette to:

💻 Beipiaosaurus color palette CSS

/* CSS */
.color-1 {
color: #e3b04a;
}
.color-2 {
color: #d7993c;
}
.color-3 {
color: #c57d2b;
}
.color-4 {
color: #a86b4d;
}
.color-5 {
color: #7e4c2a;
}

/* CSS Variables */
:root {
--color-1: #e3b04a;
--color-2: #d7993c;
--color-3: #c57d2b;
--color-4: #a86b4d;
--color-5: #7e4c2a;
}

🌈 Beipiaosaurus background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e3b04a, #d7993c, #c57d2b, #a86b4d, #7e4c2a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e3b04a, #d7993c, #c57d2b, #a86b4d, #7e4c2a);
}

Beipiaosaurus color palette created on .