Sunset Sizzle Color Palette
Discover the beautiful Sunset Sizzle color palette featuring sun (#f9a71a), buttercup (#f69f13), ecstasy (#f68a1e), zest (#e77e23) and hot cinnamon (#db7024).
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 Sizzle palette
💻 Sunset Sizzle color palette CSS
/* CSS */
.color-1 {
color: #f9a71a;
}
.color-2 {
color: #f69f13;
}
.color-3 {
color: #f68a1e;
}
.color-4 {
color: #e77e23;
}
.color-5 {
color: #db7024;
}
/* CSS Variables */
:root {
--color-1: #f9a71a;
--color-2: #f69f13;
--color-3: #f68a1e;
--color-4: #e77e23;
--color-5: #db7024;
} 🌈 Sunset Sizzle background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9a71a, #f69f13, #f68a1e, #e77e23, #db7024);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9a71a, #f69f13, #f68a1e, #e77e23, #db7024);
} 🔗 Explore similar color palettes
Sunset Sizzle color palette created on .