Paleta de colores Eleanor

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Eleanor palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Eleanor

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

CSS de la paleta de colores Eleanor

/* CSS */
.color-1 {
color: #e6b7d7;
}
.color-2 {
color: #d48cc6;
}
.color-3 {
color: #a680c2;
}
.color-4 {
color: #895ea1;
}
.color-5 {
color: #5a3e8e;
}

/* CSS Variables */
:root {
--color-1: #e6b7d7;
--color-2: #d48cc6;
--color-3: #a680c2;
--color-4: #895ea1;
--color-5: #5a3e8e;
}

CSS del degradado de fondo Eleanor

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6b7d7, #d48cc6, #a680c2, #895ea1, #5a3e8e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6b7d7, #d48cc6, #a680c2, #895ea1, #5a3e8e);
}

Eleanor color palette created on .