Ethereal Remnants Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Ethereal Remnants palette
Ethereal Remnants color palette CSS
/* CSS */
.color-1 {
color: #4a3b3a;
}
.color-2 {
color: #a96d5b;
}
.color-3 {
color: #d2a670;
}
.color-4 {
color: #e8c878;
}
.color-5 {
color: #f4e7d7;
}
/* CSS Variables */
:root {
--color-1: #4a3b3a;
--color-2: #a96d5b;
--color-3: #d2a670;
--color-4: #e8c878;
--color-5: #f4e7d7;
}
Ethereal Remnants background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a3b3a, #a96d5b, #d2a670, #e8c878, #f4e7d7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a3b3a, #a96d5b, #d2a670, #e8c878, #f4e7d7);
}
Similar color palettes
Ethereal Remnants color palette created on .