Spade Color Palette

Discover the beautiful Spade color palette featuring claret (#7b1e3f), brown rust (#a64e3a), raw sienna (#c87d4c), equator (#e3bc6d) and wheat (#f2e3a6).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeige, Bright, Earthy, Fun, Garden, Orange, Red, Retro, Summer, 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 Spade palette

Share this palette to:

💻 Spade color palette CSS

/* CSS */
.color-1 {
color: #7b1e3f;
}
.color-2 {
color: #a64e3a;
}
.color-3 {
color: #c87d4c;
}
.color-4 {
color: #e3bc6d;
}
.color-5 {
color: #f2e3a6;
}

/* CSS Variables */
:root {
--color-1: #7b1e3f;
--color-2: #a64e3a;
--color-3: #c87d4c;
--color-4: #e3bc6d;
--color-5: #f2e3a6;
}

🌈 Spade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7b1e3f, #a64e3a, #c87d4c, #e3bc6d, #f2e3a6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7b1e3f, #a64e3a, #c87d4c, #e3bc6d, #f2e3a6);
}

Spade color palette created on .