Ethereal Farewell Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Ethereal Farewell palette

Condividi questa palette a:

tavolozza dei colori Ethereal Farewell CSS

/* 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 con gradiente di sfondo 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 .