Description

outset shadow 1

  • The shadow type is outset, implying it's drawn outside the element's frame

  • The shadow is 0 from the element along the horizontal axis

  • The shadow is 0 from the element along the vertical axis

  • The shadow has a blur radius of 60px, giving it a soft edge

  • The shadow color is set to rgba(207, 1, 208, 0.8)

inset shadow 2

  • The shadow type is inset, meaning it's drawn inside the element's frame

  • The shadow is -100px from the element along the horizontal axis

  • The shadow is 10px from the element along the vertical axis

  • The shadow has a blur radius of 80px, giving it a soft edge

  • The shadow has a spread radius of 20px, which affects the size of the shadow

  • The shadow color is set to #080707

outset shadow 3

  • The shadow type is outset, implying it's drawn outside the element's frame

  • The shadow is 0 from the element along the horizontal axis

  • The shadow is 0 from the element along the vertical axis

  • The shadow has a blur radius of 40px, giving it a soft edge

  • The shadow has a spread radius of 10px, which affects the size of the shadow

  • The shadow color is set to rgba(245, 20, 245, 0.54)

inset shadow 4

  • The shadow type is inset, meaning it's drawn inside the element's frame

  • The shadow is 0 from the element along the horizontal axis

  • The shadow is 0 from the element along the vertical axis

  • The shadow has a blur radius of 10px, giving it a soft edge

  • The shadow color is set to #ffb3d5