Farewell Colors Color Palette

Discover the beautiful Farewell Colors color palette featuring maize (#f6d8a7), sandy brown (#f2b55a), tulip tree (#e8a83b), brandy punch (#d77f2d) and paarl (#9c4d2b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withYellow, Orange, Red, Warm, Bright, Earthy, Sunset, Autumn, Soft 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 Farewell Colors palette

Share this palette to:

💻 Farewell Colors color palette CSS

/* CSS */
.color-1 {
color: #f6d8a7;
}
.color-2 {
color: #f2b55a;
}
.color-3 {
color: #e8a83b;
}
.color-4 {
color: #d77f2d;
}
.color-5 {
color: #9c4d2b;
}

/* CSS Variables */
:root {
--color-1: #f6d8a7;
--color-2: #f2b55a;
--color-3: #e8a83b;
--color-4: #d77f2d;
--color-5: #9c4d2b;
}

🌈 Farewell Colors background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d8a7, #f2b55a, #e8a83b, #d77f2d, #9c4d2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d8a7, #f2b55a, #e8a83b, #d77f2d, #9c4d2b);
}

Farewell Colors color palette created on .