Morbid Mist Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Morbid Mist palette
Color Inspiration
Images that showcase this color palette in real designs
Download Morbid Mist Color Palette (PNG)
Morbid Mist color palette CSS
/* CSS */
.color-1 {
color: #262631;
}
.color-2 {
color: #3f2e42;
}
.color-3 {
color: #5a3a5a;
}
.color-4 {
color: #824f4f;
}
.color-5 {
color: #aa7a55;
}
/* CSS Variables */
:root {
--color-1: #262631;
--color-2: #3f2e42;
--color-3: #5a3a5a;
--color-4: #824f4f;
--color-5: #aa7a55;
}
Morbid Mist background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #262631, #3f2e42, #5a3a5a, #824f4f, #aa7a55);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #262631, #3f2e42, #5a3a5a, #824f4f, #aa7a55);
}
Similar color palettes
Morbid Mist color palette created on .