Fate of the Sixtieth Tear Color Palette
Discover the beautiful Fate of the Sixtieth Tear color palette featuring cloud burst (#212c54), indigo (#547dc4), iceberg (#d7f4f2), sweet corn (#fbde8e) and golden tainoi (#ffce52).
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: #212c54;
}
.color-2 {
color: #547dc4;
}
.color-3 {
color: #d7f4f2;
}
.color-4 {
color: #fbde8e;
}
.color-5 {
color: #ffce52;
}
/* CSS Variables */
:root {
--color-1: #212c54;
--color-2: #547dc4;
--color-3: #d7f4f2;
--color-4: #fbde8e;
--color-5: #ffce52;
} 🌈 Fate of the Sixtieth Tear background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #212c54, #547dc4, #d7f4f2, #fbde8e, #ffce52);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #212c54, #547dc4, #d7f4f2, #fbde8e, #ffce52);
} 🔗 Explore similar color palettes
Fate of the Sixtieth Tear color palette created on .