Crime Scene Color Palette
Discover the beautiful Crime Scene color palette featuring dark tan (#691111), korma (#833e0c), paarl (#9b5d27), pirate gold (#a38b00) and cognac (#a0301c).
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 Crime Scene palette
💻 Crime Scene color palette CSS
/* CSS */
.color-1 {
color: #691111;
}
.color-2 {
color: #833e0c;
}
.color-3 {
color: #9b5d27;
}
.color-4 {
color: #a38b00;
}
.color-5 {
color: #a0301c;
}
/* CSS Variables */
:root {
--color-1: #691111;
--color-2: #833e0c;
--color-3: #9b5d27;
--color-4: #a38b00;
--color-5: #a0301c;
} 🌈 Crime Scene background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #691111, #833e0c, #9b5d27, #a38b00, #a0301c);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #691111, #833e0c, #9b5d27, #a38b00, #a0301c);
} 🔗 Explore similar color palettes
Crime Scene color palette created on .