Eclipse of the Fallen Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Eclipse of the Fallen palette

Condividi questa palette a:

tavolozza dei colori Eclipse of the Fallen CSS

/* CSS */
.color-1 {
color: #1f1a3d;
}
.color-2 {
color: #4c3b6d;
}
.color-3 {
color: #a55dac;
}
.color-4 {
color: #f6a579;
}
.color-5 {
color: #fbaf3c;
}

/* CSS Variables */
:root {
--color-1: #1f1a3d;
--color-2: #4c3b6d;
--color-3: #a55dac;
--color-4: #f6a579;
--color-5: #fbaf3c;
}

CSS con gradiente di sfondo Eclipse of the Fallen

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1a3d, #4c3b6d, #a55dac, #f6a579, #fbaf3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1a3d, #4c3b6d, #a55dac, #f6a579, #fbaf3c);
}

Eclipse of the Fallen color palette created on .