Sunset Bloom Color Palette
Discover the beautiful Sunset Bloom color palette featuring thunderbird (#d31212), froly (#f0607e), mulberry (#cd4686), affair (#954899) and buttercup (#eeb21b).
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 Bloom palette
💻 Sunset Bloom color palette CSS
/* CSS */
.color-1 {
color: #d31212;
}
.color-2 {
color: #f0607e;
}
.color-3 {
color: #cd4686;
}
.color-4 {
color: #954899;
}
.color-5 {
color: #eeb21b;
}
/* CSS Variables */
:root {
--color-1: #d31212;
--color-2: #f0607e;
--color-3: #cd4686;
--color-4: #954899;
--color-5: #eeb21b;
} 🌈 Sunset Bloom background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d31212, #f0607e, #cd4686, #954899, #eeb21b);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d31212, #f0607e, #cd4686, #954899, #eeb21b);
} 🔗 Explore similar color palettes
Sunset Bloom color palette created on .