Springtrap Color Palette

Discover the beautiful Springtrap color palette featuring sycamore (#8f7d3d), olivine (#a3b76c), tacha (#d1c55c), tulip tree (#e8a64f) and punch (#d34927).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Earthy, Green, Orange, Red, Vibrant, Yellow, Fun, Bright 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 Springtrap palette

Share this palette to:

💻 Springtrap color palette CSS

/* CSS */
.color-1 {
color: #8f7d3d;
}
.color-2 {
color: #a3b76c;
}
.color-3 {
color: #d1c55c;
}
.color-4 {
color: #e8a64f;
}
.color-5 {
color: #d34927;
}

/* CSS Variables */
:root {
--color-1: #8f7d3d;
--color-2: #a3b76c;
--color-3: #d1c55c;
--color-4: #e8a64f;
--color-5: #d34927;
}

🌈 Springtrap background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8f7d3d, #a3b76c, #d1c55c, #e8a64f, #d34927);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8f7d3d, #a3b76c, #d1c55c, #e8a64f, #d34927);
}

Springtrap color palette created on .