Paleta de colores Emi

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Emi palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Emi

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

CSS de la paleta de colores Emi

/* 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 del degradado de fondo 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 .