Morbid Mist Color Palette
Discover the beautiful Morbid Mist color palette featuring charade (#262631), blackcurrant (#3f2e42), eggplant (#5a3a5a), roman coffee (#824f4f) and limed oak (#aa7a55).
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 Morbid Mist palette
💻 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);
} 🔗 Explore similar color palettes
Morbid Mist color palette created on .