Golden Ember Serenade Color Palette

Discover the beautiful Golden Ember Serenade color palette featuring goldenrod (#f9d66c), saffron (#f6bb3c), tree poppy (#f78d1d), tuscany (#ca4b2b) and nutmeg (#7b302d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Amber, Autumn, Fun, Orange 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 Golden Ember Serenade palette

Share this palette to:

💻 Golden Ember Serenade color palette CSS

/* CSS */
.color-1 {
color: #f9d66c;
}
.color-2 {
color: #f6bb3c;
}
.color-3 {
color: #f78d1d;
}
.color-4 {
color: #ca4b2b;
}
.color-5 {
color: #7b302d;
}

/* CSS Variables */
:root {
--color-1: #f9d66c;
--color-2: #f6bb3c;
--color-3: #f78d1d;
--color-4: #ca4b2b;
--color-5: #7b302d;
}

🌈 Golden Ember Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d66c, #f6bb3c, #f78d1d, #ca4b2b, #7b302d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d66c, #f6bb3c, #f78d1d, #ca4b2b, #7b302d);
}

Golden Ember Serenade color palette created on .