Redhead Color Palette

Discover the beautiful Redhead color palette featuring orange roughy (#c54b1b), red damask (#d97a4a), sandy brown (#f1a15b), tacao (#f1c488) and givry (#f7e3b5).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Redhead color palette CSS

/* CSS */
.color-1 {
color: #c54b1b;
}
.color-2 {
color: #d97a4a;
}
.color-3 {
color: #f1a15b;
}
.color-4 {
color: #f1c488;
}
.color-5 {
color: #f7e3b5;
}

/* CSS Variables */
:root {
--color-1: #c54b1b;
--color-2: #d97a4a;
--color-3: #f1a15b;
--color-4: #f1c488;
--color-5: #f7e3b5;
}

🌈 Redhead background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c54b1b, #d97a4a, #f1a15b, #f1c488, #f7e3b5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c54b1b, #d97a4a, #f1a15b, #f1c488, #f7e3b5);
}

Redhead color palette created on .