#BCC5CE
#929EAD
Radial CSS gradient
#105 Raccoon Back Gradient
Raccoon Back is a muted radial CSS gradient built from lavender (#BCC5CE) and sky blue (#929EAD) across two colour stops.
The muted palette acts as a neutral stage — sophisticated enough on its own, but always cooperative with overlaid elements.
Works well for editorial and publishing sites, minimal portfolios, subtle page dividers. Copy the CSS snippet below and apply it directly — no preprocessor or build step required.
Color palette
ColorHEXRGB
#BCC5CErgb(188, 197, 206)
#929EADrgb(146, 158, 173)
CSS code
background: linear-gradient(-180deg, #BCC5CE 0%, #929EAD 98%), radial-gradient(at top left, rgba(255,255,255,0.30) 0%, rgba(0,0,0,0.30) 100%);
background-blend-mode: screen;