Dark Crimson Red Color Palette
Discover the beautiful Dark Crimson Red color palette featuring diesel (#1a0100), dark burgundy (#810c08), thunderbird (#cd1c13), pomegranate (#ef3625) and sunset orange (#ff5338).
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 Dark Crimson Red palette
💻 Dark Crimson Red color palette CSS
/* CSS */
.color-1 {
color: #1a0100;
}
.color-2 {
color: #810c08;
}
.color-3 {
color: #cd1c13;
}
.color-4 {
color: #ef3625;
}
.color-5 {
color: #ff5338;
}
/* CSS Variables */
:root {
--color-1: #1a0100;
--color-2: #810c08;
--color-3: #cd1c13;
--color-4: #ef3625;
--color-5: #ff5338;
}
🌈 Dark Crimson Red background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a0100, #810c08, #cd1c13, #ef3625, #ff5338);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a0100, #810c08, #cd1c13, #ef3625, #ff5338);
}
🔗 Explore similar color palettes
Dark Crimson Red color palette created on .