Pink Crystal Color Palette

Discover the beautiful Pink Crystal color palette featuring trendy pink (#9a5e9c), can can (#d28eba), we peep (#f1c1e6), cotton candy (#ffb3d1) and tickle me pink (#ff7092).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Pink, Bright, Feminine, Vibrant 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 Pink Crystal palette

Share this palette to:

💻 Pink Crystal color palette CSS

/* CSS */
.color-1 {
color: #9a5e9c;
}
.color-2 {
color: #d28eba;
}
.color-3 {
color: #f1c1e6;
}
.color-4 {
color: #ffb3d1;
}
.color-5 {
color: #ff7092;
}

/* CSS Variables */
:root {
--color-1: #9a5e9c;
--color-2: #d28eba;
--color-3: #f1c1e6;
--color-4: #ffb3d1;
--color-5: #ff7092;
}

🌈 Pink Crystal background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9a5e9c, #d28eba, #f1c1e6, #ffb3d1, #ff7092);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9a5e9c, #d28eba, #f1c1e6, #ffb3d1, #ff7092);
}

Pink Crystal color palette created on .