Petrichor Gradient
Click to copy CSS
Petrichor
Linear gradient
Mixed tone
0 views
Colors
#666600
rgb(102, 102, 0)
hsl(60, 100%, 20%)
#999966
rgb(153, 153, 102)
hsl(60, 20%, 50%)
CSS
background: linear-gradient(90deg, #666600 0%, #999966 100%);
Other Formats
Tailwind
bg-gradient-to-r from-[#666600] to-[#999966]
Inline CSS
style="background: linear-gradient(90deg, #666600 0%, #999966 100%)"