const vec3 COLOR = vec3(255.0, 175.0, 230.0) / 255.0; void main() { gl_FragColor = vec4(COLOR, 1.0); }