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
๐ก 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
๐ป 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);
} ๐ Explore similar color palettes
Sunrise Serenade color palette created on .