Discover the beautiful Crimson Sunrise color palette featuring thunderbird (#ba1c1c), cinnabar (#e74d3c), buttercup (#f39c12), buttercup (#f1c40e) and zest (#e77e23).
Crimson Sunrise Color Palette
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics with color palettes and combinations.
💡 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
Explore how the Crimson Sunrise palette works in real UI components and design elements.
UI Examples
Explore beautiful UI components with Crimson Sunrise palette
💻 Crimson Sunrise color palette CSS
/* CSS */
.color-1 {
color: #ba1c1c;
}
.color-2 {
color: #e74d3c;
}
.color-3 {
color: #f39c12;
}
.color-4 {
color: #f1c40e;
}
.color-5 {
color: #e77e23;
}
/* CSS Variables */
:root {
--color-1: #ba1c1c;
--color-2: #e74d3c;
--color-3: #f39c12;
--color-4: #f1c40e;
--color-5: #e77e23;
}
🌈 Crimson Sunrise background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ba1c1c, #e74d3c, #f39c12, #f1c40e, #e77e23);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ba1c1c, #e74d3c, #f39c12, #f1c40e, #e77e23);
}
🔗 Explore similar color palettes
Crimson Sunrise color palette created on .