Spectral Shadows Color Palette
Discover the beautiful Spectral Shadows color palette featuring mischka (#e3e3e8), french gray (#babac5), manatee (#868798), mid gray (#5a5a6d) and ebony clay (#2b2b40).
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 Spectral Shadows palette
💻 Spectral Shadows color palette CSS
/* CSS */
.color-1 {
color: #e3e3e8;
}
.color-2 {
color: #babac5;
}
.color-3 {
color: #868798;
}
.color-4 {
color: #5a5a6d;
}
.color-5 {
color: #2b2b40;
}
/* CSS Variables */
:root {
--color-1: #e3e3e8;
--color-2: #babac5;
--color-3: #868798;
--color-4: #5a5a6d;
--color-5: #2b2b40;
}
🌈 Spectral Shadows background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e3e3e8, #babac5, #868798, #5a5a6d, #2b2b40);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e3e3e8, #babac5, #868798, #5a5a6d, #2b2b40);
}
🔗 Explore similar color palettes
Spectral Shadows color palette created on .