Paleta de colores Ethereal Farewell

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Ethereal Farewell palette

Compartir esta paleta en:

CSS de la paleta de colores Ethereal Farewell

/* CSS */
.color-1 {
color: #4c3e3e;
}
.color-2 {
color: #695d5d;
}
.color-3 {
color: #907f7f;
}
.color-4 {
color: #b0a0a0;
}
.color-5 {
color: #d3cfcf;
}

/* CSS Variables */
:root {
--color-1: #4c3e3e;
--color-2: #695d5d;
--color-3: #907f7f;
--color-4: #b0a0a0;
--color-5: #d3cfcf;
}

CSS del degradado de fondo Ethereal Farewell

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c3e3e, #695d5d, #907f7f, #b0a0a0, #d3cfcf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c3e3e, #695d5d, #907f7f, #b0a0a0, #d3cfcf);
}

Ethereal Farewell color palette created on .