#A8CABA
#5D4157
Linear CSS gradient
#099 Strong Stick Gradient
Strong Stick is a smooth linear CSS gradient sweeping from left to right, built from powder blue (#A8CABA) and magenta (#5D4157) across two colour stops.
The smooth tonal shift makes this gradient easy to layer under text or semi-transparent UI elements without introducing unwanted clashes.
Works well for hero section backgrounds, marketing landing pages, UI card surfaces. Copy the CSS snippet below and apply it directly — no preprocessor or build step required.
Color palette
ColorHEXRGB
#A8CABArgb(168, 202, 186)
#5D4157rgb(93, 65, 87)
CSS code
background-image: linear-gradient(to right, #a8caba 0%, #5d4157 100%);