Crime Scene Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Crime Scene palette
Color Inspiration
Images that showcase this color palette in real designs
Download Crime Scene Color Palette (PNG)
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);
}
Similar color palettes
Crime Scene color palette created on .