Advertise on WebGradients — reach designers & frontend developers.Learn more

Linear CSS gradient

Le Cocktail

Le Cocktail is a smooth linear CSS gradient angled at 45° toward the upper right, built from violet (#874DA2) and red (#C43A30) across two colour stops.

Approachable and energising, the warm palette creates an emotional pull that encourages longer dwell time.

Works well for lifestyle blogs, hospitality websites, newsletter header sections. Copy the CSS snippet below and apply it directly — no preprocessor or build step required.

Color palette

ColorHEXRGB
#874DA2rgb(135, 77, 162)
#C43A30rgb(196, 58, 48)

CSS code

background-image: linear-gradient(45deg, #874da2 0%, #c43a30 100%);

Le Cocktail preview