Fate of the Sixtieth Tear Color Palette

Discover the beautiful Fate of the Sixtieth Tear color palette featuring buccaneer (#642b3c), cannon pink (#8a3e6f), santa fe (#b86d4b), raw sienna (#d29a4b) and hokey pokey (#d7b72d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAmber, Autumn, Burgundy, Earthy, Fall, Gold, Plum, 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 Fate of the Sixtieth Tear palette

Share this palette to:

๐Ÿ’ป Fate of the Sixtieth Tear color palette CSS

/* CSS */
.color-1 {
color: #642b3c;
}
.color-2 {
color: #8a3e6f;
}
.color-3 {
color: #b86d4b;
}
.color-4 {
color: #d29a4b;
}
.color-5 {
color: #d7b72d;
}

/* CSS Variables */
:root {
--color-1: #642b3c;
--color-2: #8a3e6f;
--color-3: #b86d4b;
--color-4: #d29a4b;
--color-5: #d7b72d;
}

๐ŸŒˆ Fate of the Sixtieth Tear background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #642b3c, #8a3e6f, #b86d4b, #d29a4b, #d7b72d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #642b3c, #8a3e6f, #b86d4b, #d29a4b, #d7b72d);
}

Fate of the Sixtieth Tear color palette created on .