Horseshoe Harmony Color Palette

Discover the beautiful Horseshoe Harmony color palette featuring saffron (#f4c543), jaffa (#ea7a3e), valencia (#d0523e), tapestry (#a14a8c) and voodoo (#5c3d6c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Coastal, Earthy, Fun, Orange, Pink, Purple, Summer, Warm, 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 Horseshoe Harmony palette

Share this palette to:

💻 Horseshoe Harmony color palette CSS

/* CSS */
.color-1 {
color: #f4c543;
}
.color-2 {
color: #ea7a3e;
}
.color-3 {
color: #d0523e;
}
.color-4 {
color: #a14a8c;
}
.color-5 {
color: #5c3d6c;
}

/* CSS Variables */
:root {
--color-1: #f4c543;
--color-2: #ea7a3e;
--color-3: #d0523e;
--color-4: #a14a8c;
--color-5: #5c3d6c;
}

🌈 Horseshoe Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4c543, #ea7a3e, #d0523e, #a14a8c, #5c3d6c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4c543, #ea7a3e, #d0523e, #a14a8c, #5c3d6c);
}

Horseshoe Harmony color palette created on .