Pink Victoria Color Palette

Discover the beautiful Pink Victoria color palette featuring kobi (#eab8d1), can can (#d180b0), cadillac (#b74e7b), night shadz (#a82e4d) and crown of thorns (#7e2037).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Pink Victoria color palette CSS

/* CSS */
.color-1 {
color: #eab8d1;
}
.color-2 {
color: #d180b0;
}
.color-3 {
color: #b74e7b;
}
.color-4 {
color: #a82e4d;
}
.color-5 {
color: #7e2037;
}

/* CSS Variables */
:root {
--color-1: #eab8d1;
--color-2: #d180b0;
--color-3: #b74e7b;
--color-4: #a82e4d;
--color-5: #7e2037;
}

🌈 Pink Victoria background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eab8d1, #d180b0, #b74e7b, #a82e4d, #7e2037);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eab8d1, #d180b0, #b74e7b, #a82e4d, #7e2037);
}

Pink Victoria color palette created on .