Hanged Man Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Hanged Man palette
Color Inspiration
Images that showcase this color palette in real designs
Download Hanged Man Color Palette (PNG)
Hanged Man color palette CSS
/* CSS */
.color-1 {
color: #3d2936;
}
.color-2 {
color: #a85d7d;
}
.color-3 {
color: #d4a5b0;
}
.color-4 {
color: #f5c2d1;
}
.color-5 {
color: #f9f1f6;
}
/* CSS Variables */
:root {
--color-1: #3d2936;
--color-2: #a85d7d;
--color-3: #d4a5b0;
--color-4: #f5c2d1;
--color-5: #f9f1f6;
}
Hanged Man background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3d2936, #a85d7d, #d4a5b0, #f5c2d1, #f9f1f6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3d2936, #a85d7d, #d4a5b0, #f5c2d1, #f9f1f6);
}
Similar color palettes
Hanged Man color palette created on .