Paleta de colores Fall of Creation

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Fall of Creation palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Fall of Creation

Download fall of creation color palette PNG image (landscape)
Download fall of creation color palette PNG image (square)

CSS de la paleta de colores Fall of Creation

/* CSS */
.color-1 {
color: #1f1d2a;
}
.color-2 {
color: #5e4b8b;
}
.color-3 {
color: #9b8c8c;
}
.color-4 {
color: #f1c40e;
}
.color-5 {
color: #d8544f;
}

/* CSS Variables */
:root {
--color-1: #1f1d2a;
--color-2: #5e4b8b;
--color-3: #9b8c8c;
--color-4: #f1c40e;
--color-5: #d8544f;
}

CSS del degradado de fondo Fall of Creation

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1d2a, #5e4b8b, #9b8c8c, #f1c40e, #d8544f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1d2a, #5e4b8b, #9b8c8c, #f1c40e, #d8544f);
}

Fall of Creation color palette created on .