Sotheby Color Palette

Discover the beautiful Sotheby color palette featuring azalea (#f6c3d5), french lilac (#e1b6ef), perano (#c0b3f2), blizzard blue (#b4d8f2) and jordy blue (#8ebaed).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Bright, Fun, Lavender, Lilac, Pastel, Pink, Soft, 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 Sotheby palette

Share this palette to:

💻 Sotheby color palette CSS

/* CSS */
.color-1 {
color: #f6c3d5;
}
.color-2 {
color: #e1b6ef;
}
.color-3 {
color: #c0b3f2;
}
.color-4 {
color: #b4d8f2;
}
.color-5 {
color: #8ebaed;
}

/* CSS Variables */
:root {
--color-1: #f6c3d5;
--color-2: #e1b6ef;
--color-3: #c0b3f2;
--color-4: #b4d8f2;
--color-5: #8ebaed;
}

🌈 Sotheby background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6c3d5, #e1b6ef, #c0b3f2, #b4d8f2, #8ebaed);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6c3d5, #e1b6ef, #c0b3f2, #b4d8f2, #8ebaed);
}

Sotheby color palette created on .