Sunset Serenity Color Palette
Discover the beautiful Sunset Serenity color palette featuring provincial pink (#fefaf6), provincial pink (#fef7f2), old lace (#fdf1e4), champagne (#fbe2d2) and givry (#f9d4c7).
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 Serenity palette
💻 Sunset Serenity color palette CSS
/* CSS */
.color-1 {
color: #fefaf6;
}
.color-2 {
color: #fef7f2;
}
.color-3 {
color: #fdf1e4;
}
.color-4 {
color: #fbe2d2;
}
.color-5 {
color: #f9d4c7;
}
/* CSS Variables */
:root {
--color-1: #fefaf6;
--color-2: #fef7f2;
--color-3: #fdf1e4;
--color-4: #fbe2d2;
--color-5: #f9d4c7;
} 🌈 Sunset Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fefaf6, #fef7f2, #fdf1e4, #fbe2d2, #f9d4c7);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fefaf6, #fef7f2, #fdf1e4, #fbe2d2, #f9d4c7);
} 🔗 Explore similar color palettes
Sunset Serenity color palette created on .