Saffron Sunshine Color Palette

Discover the beautiful Saffron Sunshine color palette featuring cape honey (#feeaae), golden glow (#fede9a), picasso (#fef19a), golden glow (#fee89a) and golden glow (#fde396).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withYellow, Cream, Soft, Bright, Light, Warm, Summer 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 Sunshine palette

Share this palette to:

💻 Saffron Sunshine color palette CSS

/* CSS */
.color-1 {
color: #feeaae;
}
.color-2 {
color: #fede9a;
}
.color-3 {
color: #fef19a;
}
.color-4 {
color: #fee89a;
}
.color-5 {
color: #fde396;
}

/* CSS Variables */
:root {
--color-1: #feeaae;
--color-2: #fede9a;
--color-3: #fef19a;
--color-4: #fee89a;
--color-5: #fde396;
}

🌈 Saffron Sunshine background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #feeaae, #fede9a, #fef19a, #fee89a, #fde396);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #feeaae, #fede9a, #fef19a, #fee89a, #fde396);
}

Saffron Sunshine color palette created on .