Crimson Sunset Color Palette
Discover the beautiful Crimson Sunset color palette featuring cherrywood (#661429), claret (#8b1d3c), matrix (#a84d56), antique brass (#c88c79) and mandys pink (#f1b3a2).
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: #661429;
}
.color-2 {
color: #8b1d3c;
}
.color-3 {
color: #a84d56;
}
.color-4 {
color: #c88c79;
}
.color-5 {
color: #f1b3a2;
}
/* CSS Variables */
:root {
--color-1: #661429;
--color-2: #8b1d3c;
--color-3: #a84d56;
--color-4: #c88c79;
--color-5: #f1b3a2;
} 🌈 Crimson Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #661429, #8b1d3c, #a84d56, #c88c79, #f1b3a2);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #661429, #8b1d3c, #a84d56, #c88c79, #f1b3a2);
} 🔗 Explore similar color palettes
Crimson Sunset color palette created on .