Slate Blue Shadows Color Palette
Discover the beautiful Slate Blue Shadows color palette featuring regent gray (#7a8c99), smalt blue (#5a7e8c), ming (#3a6f7e), casal (#2a596a) and blue dianne (#1a424c).
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 Slate Blue Shadows palette
💻 Slate Blue Shadows color palette CSS
/* CSS */
.color-1 {
color: #7a8c99;
}
.color-2 {
color: #5a7e8c;
}
.color-3 {
color: #3a6f7e;
}
.color-4 {
color: #2a596a;
}
.color-5 {
color: #1a424c;
}
/* CSS Variables */
:root {
--color-1: #7a8c99;
--color-2: #5a7e8c;
--color-3: #3a6f7e;
--color-4: #2a596a;
--color-5: #1a424c;
} 🌈 Slate Blue Shadows background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7a8c99, #5a7e8c, #3a6f7e, #2a596a, #1a424c);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7a8c99, #5a7e8c, #3a6f7e, #2a596a, #1a424c);
} 🔗 Explore similar color palettes
Slate Blue Shadows color palette created on .