Marc Bolan Inspired Color Palette

Discover the beautiful Marc Bolan Inspired color palette featuring casablanca (#f7c94a), tia maria (#d44c11), butterfly bush (#5f4b8b), regent st blue (#a5c4e3) and burnt sienna (#e4764e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withYellow, Orange, Purple, Blue, Vibrant, Retro, 70s, Boho, 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 Marc Bolan Inspired palette

Share this palette to:

💻 Marc Bolan Inspired color palette CSS

/* CSS */
.color-1 {
color: #f7c94a;
}
.color-2 {
color: #d44c11;
}
.color-3 {
color: #5f4b8b;
}
.color-4 {
color: #a5c4e3;
}
.color-5 {
color: #e4764e;
}

/* CSS Variables */
:root {
--color-1: #f7c94a;
--color-2: #d44c11;
--color-3: #5f4b8b;
--color-4: #a5c4e3;
--color-5: #e4764e;
}

🌈 Marc Bolan Inspired background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c94a, #d44c11, #5f4b8b, #a5c4e3, #e4764e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c94a, #d44c11, #5f4b8b, #a5c4e3, #e4764e);
}

Marc Bolan Inspired color palette created on .