Ethereal Farewell Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Ethereal Farewell palette
Ethereal Farewell color palette 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;
}
Ethereal Farewell background gradient CSS
/* 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);
}
Similar color palettes
Ethereal Farewell color palette created on .