🎨 Mix and match these vibrant shades to create a bold and eye-catching design.
💡 This color scheme is inspired by the iconic astronaut Yuri Gagarin and represents a sense of adventure and exploration.
/* Gagarin View CSS Linear Gradient Background */
.gradient {
background: #69EACB;
background: linear-gradient(
to right,
#69EACB,#EACCF8,#6654F1
);
}/* Gagarin View TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#69EACB] via-[#EACCF8] to-[#6654F1]"></div>You can use this gradient in your UI design in many ways, for example as a background in a tweet, for buttons or as a text gradient.