Sage Persuasion Gradient
Click to copy CSS
Sage Persuasion
Linear gradient
Mixed tone
0 views
Colors
#CCCCB2
rgb(204, 204, 178)
hsl(60, 20%, 75%)
#757519
rgb(117, 117, 25)
hsl(60, 65%, 28%)
CSS
background: linear-gradient(90deg, #ccccb2 0%, #757519 100%);
Other Formats
Tailwind
bg-gradient-to-r from-[#ccccb2] to-[#757519]
Inline CSS
style="background: linear-gradient(90deg, #ccccb2 0%, #757519 100%)"