Rarity Color Palette

Discover the beautiful Rarity color palette featuring hokey pokey (#d8b32c), sweet corn (#f7e98d), mandys pink (#f4c3c3), london hue (#b29bc0) and affair (#7c4d9d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Fun, Gold, Pastel, Purple, Soft, Summer, Vibrant, Yellow 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 Rarity palette

Share this palette to:

💻 Rarity color palette CSS

/* CSS */
.color-1 {
color: #d8b32c;
}
.color-2 {
color: #f7e98d;
}
.color-3 {
color: #f4c3c3;
}
.color-4 {
color: #b29bc0;
}
.color-5 {
color: #7c4d9d;
}

/* CSS Variables */
:root {
--color-1: #d8b32c;
--color-2: #f7e98d;
--color-3: #f4c3c3;
--color-4: #b29bc0;
--color-5: #7c4d9d;
}

🌈 Rarity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8b32c, #f7e98d, #f4c3c3, #b29bc0, #7c4d9d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8b32c, #f7e98d, #f4c3c3, #b29bc0, #7c4d9d);
}

Rarity color palette created on .