Yuri DDLC Purple Color Palette

Discover the beautiful Yuri DDLC Purple color palette featuring plum (#7a1f6d), tapestry (#a14a8c), can can (#d78eba), cherub (#f3c4df) and amour (#f8e2f5).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Bright, Feminine, Pink, Vintage color palettes and combinations.

💡 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 DDLC Purple palette

Share this palette to:

💻 Yuri DDLC Purple color palette CSS

/* CSS */
.color-1 {
color: #7a1f6d;
}
.color-2 {
color: #a14a8c;
}
.color-3 {
color: #d78eba;
}
.color-4 {
color: #f3c4df;
}
.color-5 {
color: #f8e2f5;
}

/* CSS Variables */
:root {
--color-1: #7a1f6d;
--color-2: #a14a8c;
--color-3: #d78eba;
--color-4: #f3c4df;
--color-5: #f8e2f5;
}

🌈 Yuri DDLC Purple background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7a1f6d, #a14a8c, #d78eba, #f3c4df, #f8e2f5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7a1f6d, #a14a8c, #d78eba, #f3c4df, #f8e2f5);
}

Yuri DDLC Purple color palette created on .