#declare Silver1_Colour = color rgb <0.94, 0.93, 0.83>; #declare Soft_Silver = texture { pigment { Silver1_Colour } finish { metallic ambient 0.2 diffuse 0.35 specular 0.85 roughness 0.01 reflection 0.45 brilliance 1.5 } }