Sunrise Serenade Color Palette

Discover the beautiful Sunrise Serenade color palette featuring marzipan (#f8d49b), tacao (#f3a98c), froly (#f17989), hopbush (#d75b9b) and tapestry (#9c4f8e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAmber, Apricot, Bright, Coral, Pink 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 Sunrise Serenade palette

Share this palette to:

๐Ÿ’ป Sunrise Serenade color palette CSS

/* CSS */
.color-1 {
color: #f8d49b;
}
.color-2 {
color: #f3a98c;
}
.color-3 {
color: #f17989;
}
.color-4 {
color: #d75b9b;
}
.color-5 {
color: #9c4f8e;
}

/* CSS Variables */
:root {
--color-1: #f8d49b;
--color-2: #f3a98c;
--color-3: #f17989;
--color-4: #d75b9b;
--color-5: #9c4f8e;
}

๐ŸŒˆ Sunrise Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8d49b, #f3a98c, #f17989, #d75b9b, #9c4f8e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8d49b, #f3a98c, #f17989, #d75b9b, #9c4f8e);
}

Sunrise Serenade color palette created on .