Crimson Sunset Color Palette
Discover the beautiful Crimson Sunset color palette featuring red orange (#fc2c2c), strikemaster (#a257a2), cardinal pink (#81047a), judge gray (#554934) and light apricot (#fcdcab).
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 palette
💻 Crimson Sunset color palette CSS
/* CSS */
.color-1 {
color: #fc2c2c;
}
.color-2 {
color: #a257a2;
}
.color-3 {
color: #81047a;
}
.color-4 {
color: #554934;
}
.color-5 {
color: #fcdcab;
}
/* CSS Variables */
:root {
--color-1: #fc2c2c;
--color-2: #a257a2;
--color-3: #81047a;
--color-4: #554934;
--color-5: #fcdcab;
} 🌈 Crimson Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fc2c2c, #a257a2, #81047a, #554934, #fcdcab);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fc2c2c, #a257a2, #81047a, #554934, #fcdcab);
} 🔗 Explore similar color palettes
Crimson Sunset color palette created on .