Bright Pink Sunset Color Palette
Discover the beautiful Bright Pink Sunset color palette featuring california (#ff9900), blaze orange (#ff5e00), scarlet (#ff2f00), razzmatazz (#d6004f) and seance (#8c24a8).
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 Bright Pink Sunset palette
💻 Bright Pink Sunset color palette CSS
/* CSS */
.color-1 {
color: #ff9900;
}
.color-2 {
color: #ff5e00;
}
.color-3 {
color: #ff2f00;
}
.color-4 {
color: #d6004f;
}
.color-5 {
color: #8c24a8;
}
/* CSS Variables */
:root {
--color-1: #ff9900;
--color-2: #ff5e00;
--color-3: #ff2f00;
--color-4: #d6004f;
--color-5: #8c24a8;
} 🌈 Bright Pink Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff9900, #ff5e00, #ff2f00, #d6004f, #8c24a8);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff9900, #ff5e00, #ff2f00, #d6004f, #8c24a8);
} 🔗 Explore similar color palettes
Bright Pink Sunset color palette created on .