Fate of the Sixtieth Tear Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Fate of the Sixtieth Tear palette

Condividi questa palette a:

tavolozza dei colori Fate of the Sixtieth Tear 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;
}

CSS con gradiente di sfondo Fate of the Sixtieth Tear

/* 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 .