Sunset Vibes Color Palette
Discover the beautiful Sunset Vibes color palette featuring bright sun (#ffc83d), butterfly bush (#6b508b), rouge (#9f3c8b), amaranth (#f03d52) and burning orange (#ff6d2e).
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 Sunset Vibes palette
💻 Sunset Vibes color palette CSS
/* CSS */
.color-1 {
color: #ffc83d;
}
.color-2 {
color: #6b508b;
}
.color-3 {
color: #9f3c8b;
}
.color-4 {
color: #f03d52;
}
.color-5 {
color: #ff6d2e;
}
/* CSS Variables */
:root {
--color-1: #ffc83d;
--color-2: #6b508b;
--color-3: #9f3c8b;
--color-4: #f03d52;
--color-5: #ff6d2e;
} 🌈 Sunset Vibes background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffc83d, #6b508b, #9f3c8b, #f03d52, #ff6d2e);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffc83d, #6b508b, #9f3c8b, #f03d52, #ff6d2e);
} 🔗 Explore similar color palettes
Sunset Vibes color palette created on .