Gem Betrayal Color Palette

Discover the beautiful Gem Betrayal color palette featuring camelot (#7b2d4e), vin rouge (#9e3d5a), charm (#d1718f), mandys pink (#f1b1c1) and janna (#f3e2d3).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Feminine, Gem, Light, Modern, Pink, Red, Soft, 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 Gem Betrayal palette

Share this palette to:

💻 Gem Betrayal color palette CSS

/* CSS */
.color-1 {
color: #7b2d4e;
}
.color-2 {
color: #9e3d5a;
}
.color-3 {
color: #d1718f;
}
.color-4 {
color: #f1b1c1;
}
.color-5 {
color: #f3e2d3;
}

/* CSS Variables */
:root {
--color-1: #7b2d4e;
--color-2: #9e3d5a;
--color-3: #d1718f;
--color-4: #f1b1c1;
--color-5: #f3e2d3;
}

🌈 Gem Betrayal background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7b2d4e, #9e3d5a, #d1718f, #f1b1c1, #f3e2d3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7b2d4e, #9e3d5a, #d1718f, #f1b1c1, #f3e2d3);
}

Gem Betrayal color palette created on .