Tiffany Color Palette

Discover the beautiful Tiffany color palette featuring scooter (#39b1d5), curious blue (#2c99ba), matisse (#1f7c9e), blumine (#1b5b79) and illusion (#f5adbf).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Bright, Coastal, Modern, Spring, Teal, 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 Tiffany palette

Share this palette to:

💻 Tiffany color palette CSS

/* CSS */
.color-1 {
color: #39b1d5;
}
.color-2 {
color: #2c99ba;
}
.color-3 {
color: #1f7c9e;
}
.color-4 {
color: #1b5b79;
}
.color-5 {
color: #f5adbf;
}

/* CSS Variables */
:root {
--color-1: #39b1d5;
--color-2: #2c99ba;
--color-3: #1f7c9e;
--color-4: #1b5b79;
--color-5: #f5adbf;
}

🌈 Tiffany background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #39b1d5, #2c99ba, #1f7c9e, #1b5b79, #f5adbf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #39b1d5, #2c99ba, #1f7c9e, #1b5b79, #f5adbf);
}

Tiffany color palette created on .