#B8CBB8
#B465DA
#CF6CC9
#EE609C
Linear CSS gradient
#038 Star Wine Gradient
Star Wine runs sweeping from left to right, blending mint (#B8CBB8), violet (#B465DA), purple (#CF6CC9), and hot pink (#EE609C) in a smooth 4 colour stops linear CSS gradient.
Clean and composed, the cool tones project clarity and analytical reliability without feeling cold.
Works well for SaaS marketing pages, corporate intranets, productivity tools. Copy the CSS snippet below and apply it directly — no preprocessor or build step required.
Color palette
ColorHEXRGB
#B8CBB8rgb(184, 203, 184)
#B465DArgb(180, 101, 218)
#CF6CC9rgb(207, 108, 201)
#EE609Crgb(238, 96, 156)
CSS code
background-image: linear-gradient(to right, #b8cbb8 0%, #b8cbb8 0%, #b465da 0%, #cf6cc9 33%, #ee609c 66%, #ee609c 100%);