Paleta de colores Eclipse

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Eclipse palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Eclipse

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

CSS de la paleta de colores Eclipse

/* CSS */
.color-1 {
color: #3a3d5f;
}
.color-2 {
color: #4b4f71;
}
.color-3 {
color: #6b6f9e;
}
.color-4 {
color: #b1afd4;
}
.color-5 {
color: #fcf4c5;
}

/* CSS Variables */
:root {
--color-1: #3a3d5f;
--color-2: #4b4f71;
--color-3: #6b6f9e;
--color-4: #b1afd4;
--color-5: #fcf4c5;
}

CSS del degradado de fondo Eclipse

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a3d5f, #4b4f71, #6b6f9e, #b1afd4, #fcf4c5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a3d5f, #4b4f71, #6b6f9e, #b1afd4, #fcf4c5);
}

Eclipse color palette created on .