Aesthetic Sunset Color Palette
Discover the beautiful Aesthetic Sunset color palette featuring illusion (#f5abbd), azalea (#f8c4cf), azalea (#f9d5d7), linen (#fbeae7) and linen (#fcf1ef).
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 Aesthetic Sunset palette
💻 Aesthetic Sunset color palette CSS
/* CSS */
.color-1 {
color: #f5abbd;
}
.color-2 {
color: #f8c4cf;
}
.color-3 {
color: #f9d5d7;
}
.color-4 {
color: #fbeae7;
}
.color-5 {
color: #fcf1ef;
}
/* CSS Variables */
:root {
--color-1: #f5abbd;
--color-2: #f8c4cf;
--color-3: #f9d5d7;
--color-4: #fbeae7;
--color-5: #fcf1ef;
} 🌈 Aesthetic Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5abbd, #f8c4cf, #f9d5d7, #fbeae7, #fcf1ef);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5abbd, #f8c4cf, #f9d5d7, #fbeae7, #fcf1ef);
} 🔗 Explore similar color palettes
Aesthetic Sunset color palette created on .