Scorpion Color Palette

Discover the beautiful Scorpion color palette featuring dune (#2f2a27), fuscous gray (#4f4a45), go ben (#7c7055), gimblet (#b9a86e) and harvest gold (#e5c57b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlack, Brown, Deep, Earthy, High Contrast, Modern, Neutral, Summer, Vintage, 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 Scorpion palette

Share this palette to:

💻 Scorpion color palette CSS

/* CSS */
.color-1 {
color: #2f2a27;
}
.color-2 {
color: #4f4a45;
}
.color-3 {
color: #7c7055;
}
.color-4 {
color: #b9a86e;
}
.color-5 {
color: #e5c57b;
}

/* CSS Variables */
:root {
--color-1: #2f2a27;
--color-2: #4f4a45;
--color-3: #7c7055;
--color-4: #b9a86e;
--color-5: #e5c57b;
}

🌈 Scorpion background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2f2a27, #4f4a45, #7c7055, #b9a86e, #e5c57b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2f2a27, #4f4a45, #7c7055, #b9a86e, #e5c57b);
}

Scorpion color palette created on .