Fate of the Sixtieth Tear Color Palette

Discover the beautiful Fate of the Sixtieth Tear color palette featuring cannon pink (#893e7a), tapestry (#aa5a6f), raw sienna (#d88d4b), tulip tree (#f1b341) and ripe lemon (#f8d62a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics with60s, Amber, Aesthetic, Bright, Coral, Deep, Gold, Orange, 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 Fate of the Sixtieth Tear palette

Share this palette to:

💻 Fate of the Sixtieth Tear color palette CSS

/* CSS */
.color-1 {
color: #893e7a;
}
.color-2 {
color: #aa5a6f;
}
.color-3 {
color: #d88d4b;
}
.color-4 {
color: #f1b341;
}
.color-5 {
color: #f8d62a;
}

/* CSS Variables */
:root {
--color-1: #893e7a;
--color-2: #aa5a6f;
--color-3: #d88d4b;
--color-4: #f1b341;
--color-5: #f8d62a;
}

🌈 Fate of the Sixtieth Tear background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #893e7a, #aa5a6f, #d88d4b, #f1b341, #f8d62a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #893e7a, #aa5a6f, #d88d4b, #f1b341, #f8d62a);
}

Fate of the Sixtieth Tear color palette created on .