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
๐ก 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
๐ป 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);
} ๐ Explore similar color palettes
Glue Trap color palette created on .