Bold Crimson Color Palette
Discover the beautiful Bold Crimson color palette featuring temptress (#4f0000), red oxide (#620506), dark burgundy (#7d1408), totem pole (#94170c) and tamarillo (#9e1214).
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 Bold Crimson palette
💻 Bold Crimson color palette CSS
/* CSS */
.color-1 {
color: #4f0000;
}
.color-2 {
color: #620506;
}
.color-3 {
color: #7d1408;
}
.color-4 {
color: #94170c;
}
.color-5 {
color: #9e1214;
}
/* CSS Variables */
:root {
--color-1: #4f0000;
--color-2: #620506;
--color-3: #7d1408;
--color-4: #94170c;
--color-5: #9e1214;
} 🌈 Bold Crimson background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4f0000, #620506, #7d1408, #94170c, #9e1214);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4f0000, #620506, #7d1408, #94170c, #9e1214);
} 🔗 Explore similar color palettes
Bold Crimson color palette created on .