Metallic Valor Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Metallic Valor palette
Color Inspiration
Images that showcase this color palette in real designs
Download Metallic Valor Color Palette (PNG)
Metallic Valor color palette CSS
/* CSS */
.color-1 {
color: #bfbfbf;
}
.color-2 {
color: #a3a3a3;
}
.color-3 {
color: #808080;
}
.color-4 {
color: #595959;
}
.color-5 {
color: #3d3d3d;
}
/* CSS Variables */
:root {
--color-1: #bfbfbf;
--color-2: #a3a3a3;
--color-3: #808080;
--color-4: #595959;
--color-5: #3d3d3d;
}
Metallic Valor background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bfbfbf, #a3a3a3, #808080, #595959, #3d3d3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bfbfbf, #a3a3a3, #808080, #595959, #3d3d3d);
}
Similar color palettes
Metallic Valor color palette created on .