Valeria's Shadow Color Palette
Discover the beautiful Valeria's Shadow color palette featuring abbey (#4c4c4d), mid gray (#6a6a6c), jumbo (#8b8b8d), spun pearl (#a7a7a9) and french gray (#c1c1c3).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withDark, Elegant, Minimalist, Modern, Neutral color palettes and combinations.
💡 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 Valeria's Shadow palette
💻 Valeria's Shadow color palette CSS
/* CSS */
.color-1 {
color: #4c4c4d;
}
.color-2 {
color: #6a6a6c;
}
.color-3 {
color: #8b8b8d;
}
.color-4 {
color: #a7a7a9;
}
.color-5 {
color: #c1c1c3;
}
/* CSS Variables */
:root {
--color-1: #4c4c4d;
--color-2: #6a6a6c;
--color-3: #8b8b8d;
--color-4: #a7a7a9;
--color-5: #c1c1c3;
} 🌈 Valeria's Shadow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c4c4d, #6a6a6c, #8b8b8d, #a7a7a9, #c1c1c3);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c4c4d, #6a6a6c, #8b8b8d, #a7a7a9, #c1c1c3);
} 🔗 Explore similar color palettes
Valeria's Shadow color palette created on .