Glue Trap Color Palette

Discover the beautiful Glue Trap color palette featuring anzac (#e2ab4b), brown rust (#a76d39), millbrook (#6a4a39), thunder (#3c2a31) and spring rain (#a8c7b5).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAmber, Brown, Earthy, Fun, Green, Light, Modern, Neutral, Vibrant 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 Glue Trap palette

Share this palette to:

๐Ÿ’ป Glue Trap color palette CSS

/* CSS */
.color-1 {
color: #e2ab4b;
}
.color-2 {
color: #a76d39;
}
.color-3 {
color: #6a4a39;
}
.color-4 {
color: #3c2a31;
}
.color-5 {
color: #a8c7b5;
}

/* CSS Variables */
:root {
--color-1: #e2ab4b;
--color-2: #a76d39;
--color-3: #6a4a39;
--color-4: #3c2a31;
--color-5: #a8c7b5;
}

๐ŸŒˆ Glue Trap background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2ab4b, #a76d39, #6a4a39, #3c2a31, #a8c7b5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2ab4b, #a76d39, #6a4a39, #3c2a31, #a8c7b5);
}

Glue Trap color palette created on .