#ED6EA0
#EC8C69
Linear CSS gradient
#144 Royal Garden Gradient
Royal Garden is a linear CSS gradient built from 2 colors: #ED6EA0, #EC8C69. 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
#ED6EA0rgb(237, 110, 160)
#EC8C69rgb(236, 140, 105)
CSS code
background-image: linear-gradient(to right, #ed6ea0 0%, #ec8c69 100%);