Spicy Sunset Color Palette
Discover the beautiful Spicy Sunset color palette featuring copper rust (#8c4f4f), fuzzy wuzzy brown (#c65d5d), wewak (#f6a2a2), light apricot (#fcd5b6) and albescent white (#f3e4c9).
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: #8c4f4f;
}
.color-2 {
color: #c65d5d;
}
.color-3 {
color: #f6a2a2;
}
.color-4 {
color: #fcd5b6;
}
.color-5 {
color: #f3e4c9;
}
/* CSS Variables */
:root {
--color-1: #8c4f4f;
--color-2: #c65d5d;
--color-3: #f6a2a2;
--color-4: #fcd5b6;
--color-5: #f3e4c9;
} 🌈 Spicy Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8c4f4f, #c65d5d, #f6a2a2, #fcd5b6, #f3e4c9);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8c4f4f, #c65d5d, #f6a2a2, #fcd5b6, #f3e4c9);
} 🔗 Explore similar color palettes
Spicy Sunset color palette created on .