Eelsong Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Eelsong palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Eelsong

Download eelsong color palette PNG image (landscape)
Download eelsong color palette PNG image (square)

tavolozza dei colori Eelsong CSS

/* CSS */
.color-1 {
color: #5b5c5d;
}
.color-2 {
color: #7e7f81;
}
.color-3 {
color: #939495;
}
.color-4 {
color: #818283;
}
.color-5 {
color: #727274;
}

/* CSS Variables */
:root {
--color-1: #5b5c5d;
--color-2: #7e7f81;
--color-3: #939495;
--color-4: #818283;
--color-5: #727274;
}

CSS con gradiente di sfondo Eelsong

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b5c5d, #7e7f81, #939495, #818283, #727274);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b5c5d, #7e7f81, #939495, #818283, #727274);
}

Eelsong color palette created on .