Murder Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Murder palette
Color Inspiration
Images that showcase this color palette in real designs
Download Murder Color Palette (PNG)
Murder color palette CSS
/* CSS */
.color-1 {
color: #59181d;
}
.color-2 {
color: #741b23;
}
.color-3 {
color: #913b4b;
}
.color-4 {
color: #9e6179;
}
.color-5 {
color: #a47f9f;
}
/* CSS Variables */
:root {
--color-1: #59181d;
--color-2: #741b23;
--color-3: #913b4b;
--color-4: #9e6179;
--color-5: #a47f9f;
}
Murder background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #59181d, #741b23, #913b4b, #9e6179, #a47f9f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #59181d, #741b23, #913b4b, #9e6179, #a47f9f);
}
Similar color palettes
Scroll down to explore 100+ Burgundy color palettes
Murder color palette created on .