Sunset Serenade Color Palette

Discover the beautiful Sunset Serenade color palette featuring christine (#eb5c0f), web orange (#faa700), saffron mango (#fbcb5b), cherokee (#fce4a1) and sunset orange (#ff4d4f).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withOrange, Yellow, Bright, Aesthetic, Sun 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 Sunset Serenade palette

Share this palette to:

💻 Sunset Serenade color palette CSS

/* CSS */
.color-1 {
color: #eb5c0f;
}
.color-2 {
color: #faa700;
}
.color-3 {
color: #fbcb5b;
}
.color-4 {
color: #fce4a1;
}
.color-5 {
color: #ff4d4f;
}

/* CSS Variables */
:root {
--color-1: #eb5c0f;
--color-2: #faa700;
--color-3: #fbcb5b;
--color-4: #fce4a1;
--color-5: #ff4d4f;
}

🌈 Sunset Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eb5c0f, #faa700, #fbcb5b, #fce4a1, #ff4d4f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eb5c0f, #faa700, #fbcb5b, #fce4a1, #ff4d4f);
}

Sunset Serenade color palette created on .