#B8CBB8
#B465DA
#CF6CC9
#EE609C
Linear CSS gradient
Star Wine
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.
The balanced colour range transitions cleanly, giving designers a flexible base that adapts to both light and dark surrounding palettes.
Works well for hero section backgrounds, marketing landing pages, UI card surfaces. 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%);