#E0E0E0
#EFEFEF
#D9D9D9
#BCBCBC
Linear CSS gradient
#116 Above The Sky Gradient
Above The Sky is a linear CSS gradient built from 4 colors: #E0E0E0, #EFEFEF, #D9D9D9, #BCBCBC. It works well for hero sections, UI surfaces, marketing pages, and subtle background treatments.
Use the palette table below to grab exact HEX and RGB values, then copy the raw CSS snippet and drop it straight into your project without re-building the gradient by hand.
Color palette
ColorHEXRGB
#E0E0E0rgb(224, 224, 224)
#EFEFEFrgb(239, 239, 239)
#D9D9D9rgb(217, 217, 217)
#BCBCBCrgb(188, 188, 188)
CSS code
background-image: linear-gradient(to top, lightgrey 0%, lightgrey 1%, #e0e0e0 26%, #efefef 48%, #d9d9d9 75%, #bcbcbc 100%);