Sunlit Serenade Color Palette

Discover the beautiful Sunlit Serenade color palette featuring peach yellow (#f9e7a4), maize (#f4d99f), manhattan (#f2c68c), porsche (#e8b76d) and porsche (#e6a85c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Yellow, Summer, Soft, Aesthetic 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 Sunlit Serenade palette

Share this palette to:

💻 Sunlit Serenade color palette CSS

/* CSS */
.color-1 {
color: #f9e7a4;
}
.color-2 {
color: #f4d99f;
}
.color-3 {
color: #f2c68c;
}
.color-4 {
color: #e8b76d;
}
.color-5 {
color: #e6a85c;
}

/* CSS Variables */
:root {
--color-1: #f9e7a4;
--color-2: #f4d99f;
--color-3: #f2c68c;
--color-4: #e8b76d;
--color-5: #e6a85c;
}

🌈 Sunlit Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9e7a4, #f4d99f, #f2c68c, #e8b76d, #e6a85c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9e7a4, #f4d99f, #f2c68c, #e8b76d, #e6a85c);
}

Sunlit Serenade color palette created on .