Yuri Color Palette
Discover the beautiful Yuri color palette featuring light orchid (#eab8ea), light wisteria (#d59be4), lilac bush (#a77cd5), blue violet (#6f5bb9) and gigas (#4c3c90).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Yuri palette
💻 Yuri color palette CSS
/* CSS */
.color-1 {
color: #eab8ea;
}
.color-2 {
color: #d59be4;
}
.color-3 {
color: #a77cd5;
}
.color-4 {
color: #6f5bb9;
}
.color-5 {
color: #4c3c90;
}
/* CSS Variables */
:root {
--color-1: #eab8ea;
--color-2: #d59be4;
--color-3: #a77cd5;
--color-4: #6f5bb9;
--color-5: #4c3c90;
} 🌈 Yuri background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eab8ea, #d59be4, #a77cd5, #6f5bb9, #4c3c90);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eab8ea, #d59be4, #a77cd5, #6f5bb9, #4c3c90);
} 🔗 Explore similar color palettes
Yuri color palette created on .