Sunset Serenade Color Palette

Discover the beautiful Sunset Serenade color palette featuring pink flare (#e4c9d0), sea pink (#eb8e91), zest (#e5812e), east side (#9386ca) and contessa (#c97064).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withCoral, Amber, Lavender, Warm, Vibrant, Boho, Spring, 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 Sunset Serenade palette

Share this palette to:

💻 Sunset Serenade color palette CSS

/* CSS */
.color-1 {
color: #e4c9d0;
}
.color-2 {
color: #eb8e91;
}
.color-3 {
color: #e5812e;
}
.color-4 {
color: #9386ca;
}
.color-5 {
color: #c97064;
}

/* CSS Variables */
:root {
--color-1: #e4c9d0;
--color-2: #eb8e91;
--color-3: #e5812e;
--color-4: #9386ca;
--color-5: #c97064;
}

🌈 Sunset Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e4c9d0, #eb8e91, #e5812e, #9386ca, #c97064);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e4c9d0, #eb8e91, #e5812e, #9386ca, #c97064);
}

Sunset Serenade color palette created on .