Ocean Wave
The deep blues of the Japanese sea transitioning to night.
CSS
background: linear-gradient(to right, #4286f4, #373B44);
Tailwind CSS
bg-gradient-to-r from-[#4286f4] to-[#373B44]
#4286f4
#373B44
The deep blues of the Japanese sea transitioning to night.
background: linear-gradient(to right, #4286f4, #373B44);
bg-gradient-to-r from-[#4286f4] to-[#373B44]