Rory Color Palette

Discover the beautiful Rory color palette featuring perfume (#d4b4f3), affair (#683c7c), grape (#391854), french lilac (#f0e2f8) and voodoo (#503357).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withLavender, Purple, Plum, Bright, Soft, Warm 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 Rory palette

Share this palette to:

💻 Rory color palette CSS

/* CSS */
.color-1 {
color: #d4b4f3;
}
.color-2 {
color: #683c7c;
}
.color-3 {
color: #391854;
}
.color-4 {
color: #f0e2f8;
}
.color-5 {
color: #503357;
}

/* CSS Variables */
:root {
--color-1: #d4b4f3;
--color-2: #683c7c;
--color-3: #391854;
--color-4: #f0e2f8;
--color-5: #503357;
}

🌈 Rory background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4b4f3, #683c7c, #391854, #f0e2f8, #503357);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4b4f3, #683c7c, #391854, #f0e2f8, #503357);
}

Rory color palette created on .