Discover the beautiful Sunset Blush color palette featuring flesh (#ffcba3), rose bud (#f9b29a), wewak (#f5a5a3), apricot (#e89b7d) and burning sand (#d88b6f).
Sunset Blush Color Palette
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics with 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
Explore how the Sunset Blush palette works in real UI components and design elements.
UI Examples
Explore beautiful UI components with Sunset Blush palette
💻 Sunset Blush color palette CSS
/* CSS */
.color-1 {
color: #ffcba3;
}
.color-2 {
color: #f9b29a;
}
.color-3 {
color: #f5a5a3;
}
.color-4 {
color: #e89b7d;
}
.color-5 {
color: #d88b6f;
}
/* CSS Variables */
:root {
--color-1: #ffcba3;
--color-2: #f9b29a;
--color-3: #f5a5a3;
--color-4: #e89b7d;
--color-5: #d88b6f;
}
🌈 Sunset Blush background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffcba3, #f9b29a, #f5a5a3, #e89b7d, #d88b6f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffcba3, #f9b29a, #f5a5a3, #e89b7d, #d88b6f);
}
🔗 Explore similar color palettes
Sunset Blush color palette created on .