Saffron Serenade Color Palette

Discover the beautiful Saffron Serenade color palette featuring rajah (#f7b769), sandy brown (#f19c5b), burnt sienna (#e86c3b), flame pea (#d95230) and persian red (#c83a2d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Orange, Sunset, Summer, Vibrant 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 Saffron Serenade palette

Share this palette to:

💻 Saffron Serenade color palette CSS

/* CSS */
.color-1 {
color: #f7b769;
}
.color-2 {
color: #f19c5b;
}
.color-3 {
color: #e86c3b;
}
.color-4 {
color: #d95230;
}
.color-5 {
color: #c83a2d;
}

/* CSS Variables */
:root {
--color-1: #f7b769;
--color-2: #f19c5b;
--color-3: #e86c3b;
--color-4: #d95230;
--color-5: #c83a2d;
}

🌈 Saffron Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b769, #f19c5b, #e86c3b, #d95230, #c83a2d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b769, #f19c5b, #e86c3b, #d95230, #c83a2d);
}

Saffron Serenade color palette created on .