Crimson Sunrise Color Palette
Discover the beautiful Crimson Sunrise color palette featuring sangria (#990008), milano red (#c71400), grenadier (#e62e00), trinidad (#e64100) and clementine (#eb5e00).
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 Sunrise palette
💻 Crimson Sunrise color palette CSS
/* CSS */
.color-1 {
color: #990008;
}
.color-2 {
color: #c71400;
}
.color-3 {
color: #e62e00;
}
.color-4 {
color: #e64100;
}
.color-5 {
color: #eb5e00;
}
/* CSS Variables */
:root {
--color-1: #990008;
--color-2: #c71400;
--color-3: #e62e00;
--color-4: #e64100;
--color-5: #eb5e00;
} 🌈 Crimson Sunrise background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #990008, #c71400, #e62e00, #e64100, #eb5e00);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #990008, #c71400, #e62e00, #e64100, #eb5e00);
} 🔗 Explore similar color palettes
Crimson Sunrise color palette created on .