Soft Sunshine Gradient
Click to copy CSS
Soft Sunshine
Linear gradient
Pink tone
0 views
Colors
#FDFCFB
rgb(253, 252, 251)
hsl(30, 33%, 99%)
#E2D1C3
rgb(226, 209, 195)
hsl(27, 35%, 83%)
CSS
background: linear-gradient(135deg, #fdfcfb 0%, #e2d1c3 100%);
Other Formats
Tailwind
bg-gradient-to-r from-[#fdfcfb] to-[#e2d1c3]
Inline CSS
style="background: linear-gradient(135deg, #fdfcfb 0%, #e2d1c3 100%)"