Fate of the Sixtieth Tear Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Fate of the Sixtieth Tear palette

Share this palette to:

Fate of the Sixtieth Tear color palette PNG image

Download fate of the sixtieth tear color palette PNG image (landscape)
Download fate of the sixtieth tear color palette PNG image (square)

Fate of the Sixtieth Tear color palette CSS

/* CSS */
.color-1 {
color: #642b3c;
}
.color-2 {
color: #893e6f;
}
.color-3 {
color: #b86e4c;
}
.color-4 {
color: #d29a4b;
}
.color-5 {
color: #d7b82d;
}

/* CSS Variables */
:root {
--color-1: #642b3c;
--color-2: #893e6f;
--color-3: #b86e4c;
--color-4: #d29a4b;
--color-5: #d7b82d;
}

Fate of the Sixtieth Tear background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #642b3c, #893e6f, #b86e4c, #d29a4b, #d7b82d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #642b3c, #893e6f, #b86e4c, #d29a4b, #d7b82d);
}

Fate of the Sixtieth Tear color palette created on .