Crimson Sunset Serenade Color Palette
Discover the beautiful Crimson Sunset Serenade color palette featuring jaffa (#f39a39), cerise (#db24a1), punch (#d93526), disco (#9b1755) and falu red (#811216).
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 Crimson Sunset Serenade palette
💻 Crimson Sunset Serenade color palette CSS
/* CSS */
.color-1 {
color: #f39a39;
}
.color-2 {
color: #db24a1;
}
.color-3 {
color: #d93526;
}
.color-4 {
color: #9b1755;
}
.color-5 {
color: #811216;
}
/* CSS Variables */
:root {
--color-1: #f39a39;
--color-2: #db24a1;
--color-3: #d93526;
--color-4: #9b1755;
--color-5: #811216;
} 🌈 Crimson Sunset Serenade background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f39a39, #db24a1, #d93526, #9b1755, #811216);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f39a39, #db24a1, #d93526, #9b1755, #811216);
} 🔗 Explore similar color palettes
Crimson Sunset Serenade color palette created on .