Sunset Serenade Color Palette
Discover the beautiful Sunset Serenade color palette featuring pot pourri (#f4e8e2), cameo (#ddb79d), sandal (#ad8667), meteor (#dd7813) and deluge (#7f68ac).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withWarm, Rustic, Autumn 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
💻 Sunset Serenade color palette CSS
/* CSS */
.color-1 {
color: #f4e8e2;
}
.color-2 {
color: #ddb79d;
}
.color-3 {
color: #ad8667;
}
.color-4 {
color: #dd7813;
}
.color-5 {
color: #7f68ac;
}
/* CSS Variables */
:root {
--color-1: #f4e8e2;
--color-2: #ddb79d;
--color-3: #ad8667;
--color-4: #dd7813;
--color-5: #7f68ac;
}
🌈 Sunset Serenade background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4e8e2, #ddb79d, #ad8667, #dd7813, #7f68ac);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4e8e2, #ddb79d, #ad8667, #dd7813, #7f68ac);
}
🔗 Explore similar color palettes
Sunset Serenade color palette created on .