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
๐ก 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
๐ป 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);
} ๐ Explore similar color palettes
Fate of the Sixtieth Tear color palette created on .