Emi Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Emi palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Emi

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

tavolozza dei colori Emi CSS

/* CSS */
.color-1 {
color: #fff3e0;
}
.color-2 {
color: #ffdecc;
}
.color-3 {
color: #ffcaad;
}
.color-4 {
color: #ffb699;
}
.color-5 {
color: #ff9470;
}

/* CSS Variables */
:root {
--color-1: #fff3e0;
--color-2: #ffdecc;
--color-3: #ffcaad;
--color-4: #ffb699;
--color-5: #ff9470;
}

CSS con gradiente di sfondo Emi

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fff3e0, #ffdecc, #ffcaad, #ffb699, #ff9470);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fff3e0, #ffdecc, #ffcaad, #ffb699, #ff9470);
}

Emi color palette created on .