The Code Therapy

Static Peach Colour

A literal static color that does not change

Created by m4rc0 on Mon, 04 Apr 2022 08:27:45 GMT.


//  _____________
// | Marco Gomez |
// |   04.04.22  |
// |_____________|

void main(){
    gl_FragColor = vec4(1.0, 0.6, 0.9, 1.0);
}