Sunset Serenade Color Palette
Discover the beautiful Sunset Serenade color palette featuring banana mania (#f9eca9), rajah (#f8b47c), tan hide (#f58b56), flamingo (#f0613d) and cinnabar (#ea4f3e).
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 Sunset Serenade palette
💻 Sunset Serenade color palette CSS
/* CSS */
.color-1 {
color: #f9eca9;
}
.color-2 {
color: #f8b47c;
}
.color-3 {
color: #f58b56;
}
.color-4 {
color: #f0613d;
}
.color-5 {
color: #ea4f3e;
}
/* CSS Variables */
:root {
--color-1: #f9eca9;
--color-2: #f8b47c;
--color-3: #f58b56;
--color-4: #f0613d;
--color-5: #ea4f3e;
}
🌈 Sunset Serenade background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9eca9, #f8b47c, #f58b56, #f0613d, #ea4f3e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9eca9, #f8b47c, #f58b56, #f0613d, #ea4f3e);
}
🔗 Explore similar color palettes
Sunset Serenade color palette created on .