Last Updated: February 25, 2016
·
572
· ekidd

Subtle Embossed Background

Here's a subtle background for elements you want to emboss. As long as your background color isn't white! Textures, solid colors and anythign else will look spiffy.

background: 
    linear-gradient(
      top,
      rgba(255,255,255,0.25) 0%,
      rgba(255,255,255,0.0) 50%,
      rgba(0,0,0,0.025) 51%,
      rgba(0,0,0,0.15) 100%
    );

Demo: Link