Crimson Veil Color Palette
Discover the beautiful Crimson Veil color palette featuring heath (#4d0f0f), old brick (#8e1a1a), tall poppy (#b52c2c), mandy (#e55757) and wewak (#f5a3a3).
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 Veil palette
💻 Crimson Veil color palette CSS
/* CSS */
.color-1 {
color: #4d0f0f;
}
.color-2 {
color: #8e1a1a;
}
.color-3 {
color: #b52c2c;
}
.color-4 {
color: #e55757;
}
.color-5 {
color: #f5a3a3;
}
/* CSS Variables */
:root {
--color-1: #4d0f0f;
--color-2: #8e1a1a;
--color-3: #b52c2c;
--color-4: #e55757;
--color-5: #f5a3a3;
} 🌈 Crimson Veil background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4d0f0f, #8e1a1a, #b52c2c, #e55757, #f5a3a3);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4d0f0f, #8e1a1a, #b52c2c, #e55757, #f5a3a3);
} 🔗 Explore similar color palettes
Crimson Veil color palette created on .