Plum Blossom
Inspired by the delicate pink and orange hues of plum blossoms.
CSS
background: linear-gradient(to right, #DE6262, #FFB88C);
Tailwind CSS
bg-gradient-to-r from-[#DE6262] to-[#FFB88C]
#DE6262
#FFB88C
Inspired by the delicate pink and orange hues of plum blossoms.
background: linear-gradient(to right, #DE6262, #FFB88C);
bg-gradient-to-r from-[#DE6262] to-[#FFB88C]