Spicy Sunset Color Palette
Discover the beautiful Spicy Sunset color palette featuring spicy mix (#8a5442), quincy (#60382e), zorba (#a7948b), vanilla (#d5bcaa) and tana (#e0ddc2).
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 Spicy Sunset palette
💻 Spicy Sunset color palette CSS
/* CSS */
.color-1 {
color: #8a5442;
}
.color-2 {
color: #60382e;
}
.color-3 {
color: #a7948b;
}
.color-4 {
color: #d5bcaa;
}
.color-5 {
color: #e0ddc2;
}
/* CSS Variables */
:root {
--color-1: #8a5442;
--color-2: #60382e;
--color-3: #a7948b;
--color-4: #d5bcaa;
--color-5: #e0ddc2;
} 🌈 Spicy Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8a5442, #60382e, #a7948b, #d5bcaa, #e0ddc2);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8a5442, #60382e, #a7948b, #d5bcaa, #e0ddc2);
} 🔗 Explore similar color palettes
Spicy Sunset color palette created on .