Sunset Serenade Color Palette

Discover the beautiful Sunset Serenade color palette featuring champagne (#fae6d1), rajah (#f5c07f), jaffa (#eb944c), buttercup (#f59a19) and christine (#ef6e0b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withPeach, Apricot, Coral, Vibrant, Warm, Boho, Spring 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: #fae6d1;
}
.color-2 {
color: #f5c07f;
}
.color-3 {
color: #eb944c;
}
.color-4 {
color: #f59a19;
}
.color-5 {
color: #ef6e0b;
}

/* CSS Variables */
:root {
--color-1: #fae6d1;
--color-2: #f5c07f;
--color-3: #eb944c;
--color-4: #f59a19;
--color-5: #ef6e0b;
}

🌈 Sunset Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fae6d1, #f5c07f, #eb944c, #f59a19, #ef6e0b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fae6d1, #f5c07f, #eb944c, #f59a19, #ef6e0b);
}

Sunset Serenade color palette created on .