Fearless Color Palette

Discover the beautiful Fearless color palette featuring crusta (#f77c3a), sea buckthorn (#f69e24), tussock (#c3894f), au chico (#895e5b) and red robin (#892a1f).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Boho, Brown, Earthy, Fall, 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 Fearless palette

Share this palette to:

💻 Fearless color palette CSS

/* CSS */
.color-1 {
color: #f77c3a;
}
.color-2 {
color: #f69e24;
}
.color-3 {
color: #c3894f;
}
.color-4 {
color: #895e5b;
}
.color-5 {
color: #892a1f;
}

/* CSS Variables */
:root {
--color-1: #f77c3a;
--color-2: #f69e24;
--color-3: #c3894f;
--color-4: #895e5b;
--color-5: #892a1f;
}

🌈 Fearless background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f77c3a, #f69e24, #c3894f, #895e5b, #892a1f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f77c3a, #f69e24, #c3894f, #895e5b, #892a1f);
}

Fearless color palette created on .