Paleta de colores Fate of the Sixtieth Tear

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Fate of the Sixtieth Tear palette

Compartir esta paleta en:

CSS de la paleta de colores Fate of the Sixtieth Tear

/* 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;
}

CSS del degradado de fondo Fate of the Sixtieth Tear

/* 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);
}

Fate of the Sixtieth Tear color palette created on .