Sunset Serenade Color Palette

Discover the beautiful Sunset Serenade color palette featuring ronchi (#f1c84b), sidecar (#f2e0b1), tacao (#f2a68c), carnation (#f25f68) and cranberry (#df539b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Yellow, Pink, Fun, 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: #f1c84b;
}
.color-2 {
color: #f2e0b1;
}
.color-3 {
color: #f2a68c;
}
.color-4 {
color: #f25f68;
}
.color-5 {
color: #df539b;
}

/* CSS Variables */
:root {
--color-1: #f1c84b;
--color-2: #f2e0b1;
--color-3: #f2a68c;
--color-4: #f25f68;
--color-5: #df539b;
}

🌈 Sunset Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1c84b, #f2e0b1, #f2a68c, #f25f68, #df539b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1c84b, #f2e0b1, #f2a68c, #f25f68, #df539b);
}

Sunset Serenade color palette created on .