Pink Sunset Color Palette
Discover the beautiful Pink Sunset color palette featuring pink flamingo (#ff66ff), olive (#9e9e00), hopbush (#d45e9d), supernova (#ffcc00) and radical red (#ff3d77).
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: #ff66ff;
}
.color-2 {
color: #9e9e00;
}
.color-3 {
color: #d45e9d;
}
.color-4 {
color: #ffcc00;
}
.color-5 {
color: #ff3d77;
}
/* CSS Variables */
:root {
--color-1: #ff66ff;
--color-2: #9e9e00;
--color-3: #d45e9d;
--color-4: #ffcc00;
--color-5: #ff3d77;
} 🌈 Pink Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff66ff, #9e9e00, #d45e9d, #ffcc00, #ff3d77);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff66ff, #9e9e00, #d45e9d, #ffcc00, #ff3d77);
} 🔗 Explore similar color palettes
Pink Sunset color palette created on .