Pink Sunset Color Palette
Discover the beautiful Pink Sunset color palette featuring wild watermelon (#ff6b81), sunset orange (#ff4d4f), neon carrot (#fc923b), marzipan (#f9d895) and sweet corn (#f7e17e).
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 Pink Sunset palette
💻 Pink Sunset color palette CSS
/* CSS */
.color-1 {
color: #ff6b81;
}
.color-2 {
color: #ff4d4f;
}
.color-3 {
color: #fc923b;
}
.color-4 {
color: #f9d895;
}
.color-5 {
color: #f7e17e;
}
/* CSS Variables */
:root {
--color-1: #ff6b81;
--color-2: #ff4d4f;
--color-3: #fc923b;
--color-4: #f9d895;
--color-5: #f7e17e;
} 🌈 Pink Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6b81, #ff4d4f, #fc923b, #f9d895, #f7e17e);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6b81, #ff4d4f, #fc923b, #f9d895, #f7e17e);
} 🔗 Explore similar color palettes
Pink Sunset color palette created on .